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;