docs/MANUAL.md: add recommendation for proxy timeout

Resolves: #1578
This commit is contained in:
Aminda Suomalainen 2021-03-03 21:12:58 +02:00
parent 1762a168e8
commit da84082e0a
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
1 changed files with 1 additions and 0 deletions

View File

@ -919,6 +919,7 @@ then the following location block in your nginx config (this proxies only `/webi
``` ```
location /webirc { location /webirc {
proxy_pass http://127.0.0.1:8067; proxy_pass http://127.0.0.1:8067;
proxy_read_timeout 600s;
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";