home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 559c50e116526c43e4ed8cdb8b65c73677777640
parent fa5ee26466ab0e70a7fc91631d5e67a4729e059e
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 25 Oct 2022 17:17:01 +0200

systems/kerkouane: fix indentation

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hosts/kerkouane.nix | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/systems/hosts/kerkouane.nix b/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; '';