Skip to content

Commit 7a79575

Browse files
Updated NGINX_TIMEOUT in settings-sample.env
1 parent 2d6b855 commit 7a79575

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

settings-sample.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ CLIENT_MAX_BODY_SIZE=1m
9494
# Sets a timeout for transmitting a response to the client.
9595
# SEND_TIMEOUT=60s
9696
# This property set the same value for PROXY_CONNECT_TIMEOUT, PROXY_SEND_TIMEOUT, PROXY_READ_TIMEOUT and SEND_TIMEOUT
97-
NGINX_TIMEOUT=60s
97+
NGINX_TIMEOUT=900s
9898

9999
# A list of origins that are allowed. Comment out to disable CORS.
100100
# CORS_ALLOWED_ORIGINS=*

0 commit comments

Comments
 (0)