1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 06:51:10 +03:00

Merge pull request #2744 from shanemcd/release_3.3.0

Fix syntax in nginx config
This commit is contained in:
Shane McDonald 2018-08-02 11:26:49 -04:00 committed by GitHub
commit c97edaf9e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ http {
location /favicon.ico { alias /var/lib/awx/public/static/favicon.ico; }
location ~ ^/websocket) {
location /websocket {
# Pass request to the upstream alias
proxy_pass http://daphne;
# Require http version 1.1 to allow for upgrade requests