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 / {
|
location / {
|
||||||
proxy_pass http://127.0.0.1:41030/;
|
proxy_pass http://127.0.0.1:41030/;
|
||||||
include configs/proxyheaders.conf;
|
include configs/proxyheaders.conf;
|
||||||
|
proxy_set_header Connection "upgrade";
|
||||||
|
proxy_set_header Host $host;
|
||||||
}
|
}
|
||||||
|
|
||||||
# QUIC
|
# QUIC
|
||||||
|
|
Loading…
Add table
Reference in a new issue