Merge pull request #4023 from smutel/UpdateDoc

Fixes #4024: Update nginx documentation
This commit is contained in:
Jeremy Stretch 2020-01-29 09:29:50 -05:00 committed by GitHub
commit 1849473469
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ server {
location / {
proxy_pass http://127.0.0.1:8001;
proxy_set_header X-Forwarded-Host $server_name;
proxy_set_header X-Forwarded-Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
}