We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14e6456 + fe5315d commit 4acac0eCopy full SHA for 4acac0e
doc/source/admin/nginx.md
@@ -189,7 +189,7 @@ previous section:
189
# proxy all requests not matching other locations to Gunicorn
190
location /galaxy {
191
proxy_set_header Host $http_host;
192
- proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
+ proxy_set_header X-Forwarded-For $remote_addr;
193
proxy_set_header X-Forwarded-Proto $scheme;
194
proxy_set_header Upgrade $http_upgrade;
195
proxy_pass http://unix:/srv/galaxy/var/gunicorn.sock:/galaxy;
0 commit comments