fix docs for nginx

This commit is contained in:
Martin Cech
2025-08-11 11:10:50 +02:00
parent 14e6456579
commit fe5315d74d
+1 -1
View File
@@ -189,7 +189,7 @@ previous section:
# proxy all requests not matching other locations to Gunicorn
location /galaxy {
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Upgrade $http_upgrade;
proxy_pass http://unix:/srv/galaxy/var/gunicorn.sock:/galaxy;