Oops.. fixed nginx config
This commit is contained in:
parent
449d2da410
commit
d6988c03b4
|
@ -46,7 +46,7 @@ server {
|
||||||
proxy_pass "http://127.0.0.1:6666";
|
proxy_pass "http://127.0.0.1:6666";
|
||||||
chunked_transfer_encoding off;
|
chunked_transfer_encoding off;
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
set_header X-Accel-Buffering no;
|
add_header X-Accel-Buffering no;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue