mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
fix websocket timeout
This commit is contained in:
parent
fc7c748b20
commit
af2174ee9f
1 changed files with 1 additions and 0 deletions
1
docker/nginx/dist/conf/tpotweb.conf
vendored
1
docker/nginx/dist/conf/tpotweb.conf
vendored
|
@ -135,6 +135,7 @@ server {
|
||||||
}
|
}
|
||||||
location /websocket {
|
location /websocket {
|
||||||
proxy_pass http://127.0.0.1:64299;
|
proxy_pass http://127.0.0.1:64299;
|
||||||
|
proxy_read_timeout 3600s;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection "Upgrade";
|
proxy_set_header Connection "Upgrade";
|
||||||
|
|
Loading…
Reference in a new issue