mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
Adds websocket for network_ui to the installer version of nginx.conf
This commit is contained in:
parent
8e75cabcfa
commit
33ef12002f
@ -49,7 +49,7 @@ http {
|
||||
|
||||
location /favicon.ico { alias /var/lib/awx/public/static/favicon.ico; }
|
||||
|
||||
location /websocket {
|
||||
location ~ ^/(websocket|network_ui/topology/) {
|
||||
# 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