diff --git a/conf/nginx.conf b/conf/nginx.conf index ab78d37..615506b 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -43,8 +43,8 @@ http { log_format main '$remote_addr $remote_user [$time_local] "$request" ' '$status "$http_referer" "$http_user_agent"'; - access_log /dev/stdout main; - error_log stderr debug; + access_log /var/log/nginx/access.log main; + error_log /var/log/nginx/error.log; ## # Gzip Settings