fix command

This commit is contained in:
Osman Faruk Bayram 2025-07-27 17:58:47 +03:00
parent c81adb5f86
commit cebc4cecec

View file

@ -22,7 +22,7 @@ in
reverse_proxy localhost:${toString config.services.hydra.port}
}
handle_path /nextcloud/* {
return hello "Nextcloud is not configured yet. Please set up the service."
respond "Nextcloud is not configured yet. Please set up the service."
}
'';
};