fix websocket

This commit is contained in:
Fijxu 2022-12-11 04:09:44 -03:00
parent e3facfbdc7
commit 966df32064
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ server {
location / {
proxy_pass http://127.0.0.1:41030/;
include configs/proxyheaders.conf;
proxy_set_header Connection "upgrade";
proxy_set_header Host $host;
}
# QUIC