Remove terminado nginx config (this comes with TFW)

This commit is contained in:
Kristóf Tóth 2018-04-17 15:14:40 +02:00
parent f463024838
commit 325980e61d
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
location = /terminal {
proxy_pass http://127.0.0.1:${TFW_TERMINADO_PORT};
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}