diff options
| author | root@dishwasher | 2022-06-26 21:19:15 +0200 |
|---|---|---|
| committer | root@dishwasher | 2022-06-26 21:19:15 +0200 |
| commit | ebc2829be8ffda323b7fa41192c2b5db33520b7f (patch) | |
| tree | f8f60ca47261c8c823a699c7c1e1510d40efaaa1 /hosts/cirrus/nextcloud-proxy.nix | |
| parent | 35e93ce43b12e3be922e37b27f74d5d4b86929f4 (diff) | |
nixpkgs-fmt
Diffstat (limited to 'hosts/cirrus/nextcloud-proxy.nix')
| -rw-r--r-- | hosts/cirrus/nextcloud-proxy.nix | 8 |
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"; }; }; |
