diff --git a/nginx.conf b/nginx.conf index b746196..6c7f5a3 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,5 +1,5 @@ worker_processes auto; -error_log /dev/stderr warn; +error_log /dev/stderr info; pid /tmp/nginx.pid; events { @@ -53,7 +53,6 @@ http { alias /app/kjvstudy_org/static/; expires 1y; add_header Cache-Control "public, immutable"; - access_log off; } # Service worker - special cache headers