Commit fe5315d7 authored by Martin Cech's avatar Martin Cech
Browse files

fix docs for nginx

parent 14e64565
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;