From f8d228b2777efc40373df1e1f7480f4e91ee4039 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 17 Nov 2019 23:55:54 -0700 Subject: [PATCH] change access_log OFF to off --- build/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/entrypoint.sh b/build/entrypoint.sh index f8a185f..3d7baca 100755 --- a/build/entrypoint.sh +++ b/build/entrypoint.sh @@ -23,7 +23,7 @@ printf "done\n" # update access log global preference if [ "$ACCESS_LOG" = 'OFF' ]; then printf "Turning access log OFF... " - sed -i -e "s%%OFF%" /etc/nginx/nginx.conf + sed -i -e "s%%off%" /etc/nginx/nginx.conf printf "done\n" elif [ "$ACCESS_LOG" = 'ON' ]; then printf "Turning access log ON... "