Commit 4e60eb0a authored by Nate Coraor's avatar Nate Coraor
Browse files

Merge remote-tracking branch 'upstream/release_19.05' into release_19.09

parents 66f25df2 ae983eb6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -124,7 +124,7 @@ http {

        # proxy all requests not matching other locations to uWSGI
        location / {
            uwsgi_pass unix:///srv/galaxy/var/uwsgi.sock
            uwsgi_pass unix:///srv/galaxy/var/uwsgi.sock;
            uwsgi_param UWSGI_SCHEME $scheme;
            include uwsgi_params;
        }