From 328388d012f8952e3510735a2138d01df07fcd4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C6=ACHE=20=D0=AFAW=20=E2=98=A3?= Date: Tue, 30 Jan 2018 00:23:01 +0100 Subject: [PATCH] Update nginx.conf --- static/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/nginx.conf b/static/nginx.conf index 8d1cab2..0b19e59 100644 --- a/static/nginx.conf +++ b/static/nginx.conf @@ -378,8 +378,8 @@ http { default_type application/octet-stream; ## Logging Settings ## - access_log /nginx/logs/access.log; - error_log /nginx/logs/error.log; + # access_log /nginx/logs/access.log; + # error_log /nginx/logs/error.log; # Proxy Settings proxy_cache_path /tmp/dope_dynamic levels=1:2 keys_zone=dope_dynamic:20m inactive=10m max_size=2500m;