From ebc2829be8ffda323b7fa41192c2b5db33520b7f Mon Sep 17 00:00:00 2001 From: root@dishwasher Date: Sun, 26 Jun 2022 21:19:15 +0200 Subject: nixpkgs-fmt --- hosts/cirrus/nextcloud-proxy.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'hosts/cirrus/nextcloud-proxy.nix') 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"; }; }; -- cgit v1.3.1