Update backend-nginx.conf

This commit is contained in:
dragongoose 2023-12-13 14:44:42 +00:00
parent be7f9ce777
commit d63682b118

View File

@ -9,6 +9,10 @@ server {
location / {
proxy_pass http://localhost:7100;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_set_header Host $host;
}
}