Selaa lähdekoodia

docs/MANUAL.md: add recommendation for proxy timeout

Resolves: #1578
tags/v2.6.0-rc1
Mikaela Suomalainen 3 vuotta sitten
vanhempi
commit
da84082e0a
No account linked to committer's email address
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1
    0
      docs/MANUAL.md

+ 1
- 0
docs/MANUAL.md Näytä tiedosto

@@ -919,6 +919,7 @@ then the following location block in your nginx config (this proxies only `/webi
919 919
 ```
920 920
 	location /webirc {
921 921
 		proxy_pass http://127.0.0.1:8067;
922
+		proxy_read_timeout 600s;
922 923
 		proxy_http_version 1.1;
923 924
 		proxy_set_header Upgrade $http_upgrade;
924 925
 		proxy_set_header Connection "Upgrade";

Loading…
Peruuta
Tallenna