diff --git a/nixos/nginx.nix b/nixos/nginx.nix index ce2eb8e..e91f029 100644 --- a/nixos/nginx.nix +++ b/nixos/nginx.nix @@ -143,10 +143,6 @@ locations."/" = { proxyPass = "http://127.0.0.1:3011/"; - extraConfig = '' - proxy_set_header X-Forwarded-Proto $scheme; - proxy_set_header Host $host; - ''; }; }; "quineglobal.com" = {