Remove old noVNC configs
This commit is contained in:
parent
51149ad29c
commit
bbbc614526
1 changed files with 0 additions and 19 deletions
19
exozyme.conf
19
exozyme.conf
|
@ -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/;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue