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:
commit
780bdc4cd2
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user