9 lines
146 B
Plaintext
9 lines
146 B
Plaintext
#######
|
|
### NGINX configurations - timeouts
|
|
#######
|
|
|
|
client_body_timeout 12s;
|
|
client_header_timeout 12s;
|
|
keepalive_timeout 15s;
|
|
send_timeout 10s;
|