mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
Merge pull request #1339 from frennkie/switch-proxy-header
switch nginx proxy header Host
This commit is contained in:
commit
eb36eb593a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue