mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
fix websocket timeout
This commit is contained in:
1
docker/nginx/dist/conf/tpotweb.conf
vendored
1
docker/nginx/dist/conf/tpotweb.conf
vendored
@ -135,6 +135,7 @@ server {
|
||||
}
|
||||
location /websocket {
|
||||
proxy_pass http://127.0.0.1:64299;
|
||||
proxy_read_timeout 3600s;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "Upgrade";
|
||||
|
Reference in New Issue
Block a user