From 0e8a85cd7c3a4ee1de23ffd78cc49b727382acae Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Fri, 27 Mar 2026 14:56:43 -0500 Subject: Fixed paper build URL and nginx logging off. --- nginx/files/nginx.conf | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'nginx') diff --git a/nginx/files/nginx.conf b/nginx/files/nginx.conf index 215d8fe..08b1f31 100644 --- a/nginx/files/nginx.conf +++ b/nginx/files/nginx.conf @@ -38,12 +38,7 @@ http { # Logging Settings ## - map $uri $loggable { - default 1; - ~*\.(css|js|ico|png|jpg|jpeg|gif|svg|woff|woff2|ttf|eot|webp|map)$ 0; - } - - access_log /var/log/nginx/access.log combined if=$loggable; + access_log off; error_log /var/log/nginx/error.log; ## -- cgit v1.2.3