mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-05 20:41:32 -07:00
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:
parent
4281640285
commit
e5ce0fbde2
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue