From c8774ded515df80af1a2b10e8049070175a9f828 Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Wed, 7 Feb 2024 20:15:42 +0000 Subject: [PATCH] Fix logging --- conf/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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