From 741a7f252175a2678c9f5b9f7090cfd81e4b9c8d Mon Sep 17 00:00:00 2001
From: allan <allan@xfiles.dk>
Date: Wed, 14 May 2025 11:42:38 +0200
Subject: [PATCH] changed logging parameters

---
 cfg/default | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/cfg/default b/cfg/default
index 121bb0a..aa8c2bd 100644
--- a/cfg/default
+++ b/cfg/default
@@ -5,6 +5,12 @@ server {
         root /var/www/html/default;
         index index.html index.htm;
         server_name _;
+
+        access_log /var/log/nginx/direct.ip.access.log main;
+        error_log /var/log/nginx/direct.ip.access.error.log crit;
+        access_log on;
+        log_not_found off;
+
         location / {
         return 444;
         try_files $uri $uri/ =404;