mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Fix syntax in nginx config
Broke in 6f5259d017f
This commit is contained in:
parent
b8a51244e4
commit
be7a40daf3
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user