src.nth.io/

summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-03-27 14:56:43 -0500
committerLuke Hoersten <[email protected]>2026-03-27 14:56:43 -0500
commit0e8a85cd7c3a4ee1de23ffd78cc49b727382acae (patch)
tree84779433bae512cb3931ddbda02b605ed8a3e18e /nginx
parent58d4444b06de49587417791bb06a4fe1aeda571d (diff)
Fixed paper build URL and nginx logging off.
Diffstat (limited to 'nginx')
-rw-r--r--nginx/files/nginx.conf7
1 files changed, 1 insertions, 6 deletions
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;
##