Remove old noVNC configs

This commit is contained in:
Anthony Wang 2021-09-06 21:34:41 -05:00
parent 51149ad29c
commit bbbc614526

View file

@ -32,25 +32,6 @@ server {
alias /srv/http/exozy.me/howtuwu/public/;
}
location /vncws/ {
index vnc.html;
alias /usr/share/webapps/novnc/;
try_files $uri $uri/ /vnc.html;
}
location /websockify {
proxy_http_version 1.1;
proxy_pass http://vnc_proxy/;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
# VNC connection timeout
proxy_read_timeout 61s;
# Disable cache
proxy_buffering off;
}
location /~ {
alias /srv/http/pages/users/;
}