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; }