master
Matthew 2023-04-08 17:26:40 -04:00
parent 8ee70ee68f
commit 41fd2aeee5
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ server {
location / { location / {
proxy_pass http://localhost:8080; proxy_pass http://localhost:8080;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
} }
} }