nixos/nginx/tailscale-auth: drop Content-Length header (#516441)

This commit is contained in:
Sandro
2026-05-20 15:52:03 +00:00
committed by GitHub
@@ -72,6 +72,7 @@ in
proxy_pass http://unix:${cfgAuth.socketPath};
proxy_pass_request_body off;
proxy_set_header Content-Length "";
# Upstream uses $http_host here, but we are using gixy to check nginx configurations
# gixy wants us to use $host: https://github.com/yandex/gixy/blob/master/docs/en/plugins/hostspoofing.md