diff --git a/docs/MANUAL.md b/docs/MANUAL.md index 721348da..c2eb173e 100644 --- a/docs/MANUAL.md +++ b/docs/MANUAL.md @@ -919,6 +919,7 @@ then the following location block in your nginx config (this proxies only `/webi ``` location /webirc { proxy_pass http://127.0.0.1:8067; + proxy_read_timeout 600s; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade";