trying to fix that card error + fix config (merci)

This commit is contained in:
piair
2023-09-24 21:19:02 +02:00
parent 424798c7f6
commit 07f6ff9c3c
4 changed files with 17 additions and 6 deletions

View File

@ -35,9 +35,9 @@ server {
location /novnc/websockify {
proxy_pass http://127.0.0.1:6080/;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Upgrade \$http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_set_header Host $host;
proxy_set_header Host \$host;
}
location / {