Fix logging
This commit is contained in:
parent
45b856f550
commit
c8774ded51
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue