diff --git a/nginx.docker.conf b/nginx.docker.conf index 1f5af6e..6303994 100644 --- a/nginx.docker.conf +++ b/nginx.docker.conf @@ -44,6 +44,6 @@ server { #proxy_connect_timeout 300s; #proxy_send_timeout 300s; #proxy_read_timeout 600s; - #end_timeout 300s; + #send_timeout 300s; } } diff --git a/nginx.sample.conf b/nginx.sample.conf index b695c85..2875d29 100644 --- a/nginx.sample.conf +++ b/nginx.sample.conf @@ -48,6 +48,6 @@ server { #proxy_connect_timeout 300s; #proxy_send_timeout 300s; #proxy_read_timeout 600s; - #end_timeout 300s; + #send_timeout 300s; } }