8 lines
197 B
Plaintext
8 lines
197 B
Plaintext
|
client_body_timeout 15s;
|
||
|
client_header_timeout 15s;
|
||
|
send_timeout 15s;
|
||
|
keepalive_timeout 65s;
|
||
|
reset_timedout_connection on;
|
||
|
proxy_connect_timeout 30s;
|
||
|
proxy_read_timeout 60s;
|
||
|
proxy_send_timeout 60s;
|