mirror of
https://github.com/demostf/proxy
synced 2026-06-03 20:14:07 +02:00
websocket proxying
This commit is contained in:
parent
6596ffcc0e
commit
7a75f95a24
1 changed files with 3 additions and 0 deletions
|
|
@ -11,6 +11,9 @@ server {
|
||||||
proxy_send_timeout 12000;
|
proxy_send_timeout 12000;
|
||||||
proxy_read_timeout 12000;
|
proxy_read_timeout 12000;
|
||||||
send_timeout 12000;
|
send_timeout 12000;
|
||||||
|
proxy_http_version 1.1;
|
||||||
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
|
proxy_set_header Connection "Upgrade";
|
||||||
client_max_body_size 150M;
|
client_max_body_size 150M;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue