delete redundant proxy headers

This commit is contained in:
Lukas Post 2021-10-02 23:57:25 +02:00 committed by GitHub
parent 611090d330
commit 8b4d4da7be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,9 +38,5 @@ server {
set $upstream_port 8008;
set $upstream_proto http;
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Host $host;
}
}