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

@@ -30,7 +30,7 @@ server {
sendfile off;
}
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
@@ -90,7 +90,7 @@ server {
sendfile off;
}
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