nginx/files/nginx.conf
changeset 253 4ca131e557dc
parent 252 7a54477702cc
--- a/nginx/files/nginx.conf	Wed Mar 25 21:42:49 2026 -0500
+++ b/nginx/files/nginx.conf	Fri Mar 27 14:56:43 2026 -0500
@@ -38,12 +38,7 @@
         # 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;
 
         ##