Commit 559c50e11652

Vincent Demeester <vincent@sbr.pm>
2022-10-25 17:17:01
systems/kerkouane: fix indentation
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent fa5ee26
Changed files (1)
systems
systems/hosts/kerkouane.nix
@@ -223,11 +223,11 @@ in
         locations."/" = {
           proxyPass = "http://127.0.0.1:3333";
           extraConfig = ''
-              proxy_buffering off;
-              proxy_cache off;
-              proxy_set_header Host            $host;
-              proxy_set_header X-Forwarded-For $remote_addr;
-              proxy_set_header Connection "";
+            proxy_buffering off;
+            proxy_cache off;
+            proxy_set_header Host            $host;
+            proxy_set_header X-Forwarded-For $remote_addr;
+            proxy_set_header Connection "";
             proxy_http_version 1.1;
             chunked_transfer_encoding off;
           '';