Commit 559c50e11652
Changed files (1)
systems
hosts
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;
'';