Unverified Commit 4acac0ee authored by John Chilton's avatar John Chilton Committed by GitHub
Browse files

Merge pull request #20757 from martenson/nginx-headr

[25.0] fix config for nginx in docs
parents 14e64565 fe5315d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;