Fix logging

master
Jonatan Nilsson 2024-02-07 20:15:42 +00:00
parent 45b856f550
commit c8774ded51
1 changed files with 2 additions and 2 deletions

View File

@ -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