From 022c786008de99fb8b5d57d88ee2f37f7d65833b Mon Sep 17 00:00:00 2001 From: Bobby Wibowo Date: Sat, 22 Aug 2020 00:46:11 +0700 Subject: [PATCH] Fixed typos in sample nginx conf files --- nginx.docker.conf | 2 +- nginx.sample.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; } }