From 53ddc334f1d8de83d9da394219529dbda656f287 Mon Sep 17 00:00:00 2001 From: TheMaddax Date: Wed, 11 Dec 2024 22:18:17 -0600 Subject: [PATCH] Remove duplicate log section --- nginx.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/nginx.conf b/nginx.conf index f94f22d..df8abe2 100644 --- a/nginx.conf +++ b/nginx.conf @@ -10,9 +10,6 @@ http { include /etc/nginx/mime.types; default_type application/octet-stream; - # Include Matomo log format - include /etc/nginx/conf.d/matomo_log_format.conf; - # Include server configurations include /etc/nginx/conf.d/*.conf; }