3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-10 22:19:31 +01:00

Merge pull request #1579 from Mikaela/nginx-proxy-timeout

docs/MANUAL.md: add recommendation for proxy timeout
This commit is contained in:
Shivaram Lingamneni 2021-03-03 22:58:52 -05:00 committed by GitHub
commit 780bdc4cd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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