Fix logging

This commit is contained in:
Jonatan Nilsson 2024-02-07 20:15:42 +00:00
parent 45b856f550
commit c8774ded51

View file

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