Unverified Commit 9cdfd18f authored by Dannon's avatar Dannon Committed by GitHub
Browse files

Merge pull request #10069 from natefoo/semicolon-uwsgi-pass

[18.01] Add missing semicolon to uwsgi_pass directive in nginx docs
parents a429433e 10a456bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,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;
        }