Fix invalid nginx config #4

Closed
augustin64 wants to merge 2 commits from (deleted):augustin64-patch-1 into master
Showing only changes of commit 834635bbaa - Show all commits

View File

@ -35,9 +35,9 @@ server {
location /novnc/websockify { location /novnc/websockify {
proxy_pass http://127.0.0.1:6080/; proxy_pass http://127.0.0.1:6080/;
proxy_http_version 1.1; 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 Connection "Upgrade";
proxy_set_header Host $host; proxy_set_header Host \$host;
} }
location / { location / {