更新 proxy_pass/forwarded.conf
This commit is contained in:
parent
c57a258d44
commit
17644702e2
1 changed files with 3 additions and 1 deletions
|
|
@ -7,3 +7,5 @@ proxy_set_header Destination $http_destination;
|
|||
proxy_set_header X-Forwarded-Server $host;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-NginX-Proxy true;
|
||||
|
||||
proxy_redirect off;
|
||||
Loading…
Add table
Add a link
Reference in a new issue