mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
Enable nginx request logging
- Changed error_log level from warn to info - Removed access_log off from static files 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user