Update nginx.conf

This commit is contained in:
2018-01-30 00:23:01 +01:00
committed by GitHub
parent 668aeee94d
commit 328388d012
+2 -2
View File
@@ -378,8 +378,8 @@ http {
default_type application/octet-stream; default_type application/octet-stream;
## Logging Settings ## ## Logging Settings ##
access_log /nginx/logs/access.log; # access_log /nginx/logs/access.log;
error_log /nginx/logs/error.log; # error_log /nginx/logs/error.log;
# Proxy Settings # Proxy Settings
proxy_cache_path /tmp/dope_dynamic levels=1:2 keys_zone=dope_dynamic:20m inactive=10m max_size=2500m; proxy_cache_path /tmp/dope_dynamic levels=1:2 keys_zone=dope_dynamic:20m inactive=10m max_size=2500m;