remove the network UI

This commit is contained in:
Ryan Petrello
2018-07-24 17:40:45 -04:00
parent 681d64c96f
commit 6f5259d017
208 changed files with 16 additions and 14091 deletions

View File

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