summaryrefslogtreecommitdiff
path: root/hosts/cirrus/nextcloud-proxy.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/cirrus/nextcloud-proxy.nix')
-rw-r--r--hosts/cirrus/nextcloud-proxy.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/hosts/cirrus/nextcloud-proxy.nix b/hosts/cirrus/nextcloud-proxy.nix
index 7e9a351..647d29f 100644
--- a/hosts/cirrus/nextcloud-proxy.nix
+++ b/hosts/cirrus/nextcloud-proxy.nix
@@ -24,14 +24,14 @@
'';
locations = {
"/" = {
- # extraConfig = '' return 503; '';
- proxyPass = "http://10.34.45.100:8080";
+ # extraConfig = '' return 503; '';
+ proxyPass = "http://10.34.45.100:8080";
};
"/well-known/carddav" = {
- return = "301 $scheme://$host/remote.php/dav";
+ return = "301 $scheme://$host/remote.php/dav";
};
"/well-known/caldav" = {
- return = "301 $scheme://$host/remote.php/dav";
+ return = "301 $scheme://$host/remote.php/dav";
};
};