forked from 0x2620/pandora
use lower value
This commit is contained in:
parent
0b44b3b66b
commit
9c82a18585
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ server {
|
|||
proxy_set_header Proxy "";
|
||||
proxy_redirect off;
|
||||
proxy_buffering off;
|
||||
proxy_read_timeout 999999999;
|
||||
proxy_read_timeout 99999;
|
||||
proxy_pass http://127.0.0.1:2622/;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue