mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-21 14:04:15 +02:00
switch nginx proxy header Host
This commit is contained in:
parent
ead5bbb7a5
commit
028977b5e3
@ -1,7 +1,7 @@
|
||||
# ssl-proxy-params.conf
|
||||
|
||||
proxy_redirect off;
|
||||
proxy_set_header Host $host;
|
||||
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 https;
|
||||
|
Loading…
x
Reference in New Issue
Block a user