From b86e07f29e93b85eabe857f606951de56601e799 Mon Sep 17 00:00:00 2001 From: Philip Peterson Date: Thu, 14 May 2026 14:49:25 -0800 Subject: [PATCH] fix --- nixos/nginx.nix | 4 ---- 1 file changed, 4 deletions(-) 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" = {