mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-11 06:29:29 +01:00
parent
1762a168e8
commit
da84082e0a
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user