fix websocket timeout

This commit is contained in:
t3chn0m4g3 2022-02-21 11:43:41 +00:00
parent fc7c748b20
commit af2174ee9f

View file

@ -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";