Adds websocket for network_ui to the installer version of nginx.conf

This commit is contained in:
Ben Thomasson 2018-05-07 13:42:29 -04:00
parent 8e75cabcfa
commit 33ef12002f

View File

@ -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