fix websocket
This commit is contained in:
parent
e3facfbdc7
commit
966df32064
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue