Commit ae983eb6 authored by Nate Coraor's avatar Nate Coraor
Browse files

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

parents 4d0bae32 ed282c28
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;
        }