mirror of https://github.com/wulabing/Xray_onekey
修复长连接断开的问题 (#290)
parent
bbe7d5d018
commit
13d5616fff
|
@ -545,6 +545,7 @@ nginx_conf_add() {
|
||||||
location /ray/
|
location /ray/
|
||||||
{
|
{
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
|
proxy_read_timeout 1200s;
|
||||||
proxy_pass http://127.0.0.1:10000;
|
proxy_pass http://127.0.0.1:10000;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_set_header X-Real-IP \$remote_addr;
|
proxy_set_header X-Real-IP \$remote_addr;
|
||||||
|
|
Loading…
Reference in New Issue