Remove redundant settings

They should exist in proxy.conf.

Ref:
[pullrequestreview-2863663445](https://github.com/linuxserver/reverse-proxy-confs/pull/764#pullrequestreview-2863663445)
This commit is contained in:
Alberto Eusebi 2025-05-23 10:48:15 +01:00
parent 4281640285
commit e5ce0fbde2

View file

@ -23,9 +23,6 @@ server {
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
proxy_set_header Host $http_host;
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;
client_max_body_size 10m;
}
}