src.nth.io/

summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
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;
##