[zineshop] update proxy pass directives

This commit is contained in:
2025-04-14 20:54:13 +02:00
parent 6946cf9c51
commit b1de5a1f71
2 changed files with 0 additions and 3 deletions

View File

@@ -84,8 +84,6 @@ in
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Authorization $http_authorization;
proxy_pass_header Authorization;
'';
};
};

View File

@@ -159,7 +159,6 @@ in
locations."/" = {
proxyPass = "http://10.0.0.15:8080";
extraConfig = ''
proxy_set_header Host $host;
'';
};
};