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... "