docs/MANUAL.md: add recommendation for proxy timeout

Resolves: #1578
This commit is contained in:
Mikaela Suomalainen 2021-03-03 21:12:58 +02:00
parent 1762a168e8
commit da84082e0a
No known key found for this signature in database
GPG Key ID: 99392F62BAE30723

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