We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02358b5 commit 72bc07eCopy full SHA for 72bc07e
nginx.conf.template
@@ -16,7 +16,7 @@ http {
16
access_log /dev/stdout cache;
17
error_log /dev/stderr warn;
18
19
- proxy_cache_path /var/cache/nginx/owlery levels=1:2 keys_zone=owlery_cache:100m max_size=${CACHE_MAX_SIZE} inactive=5d use_temp_path=off;
+ proxy_cache_path /var/cache/nginx/owlery levels=1:2 keys_zone=owlery_cache:100m max_size=${CACHE_MAX_SIZE} inactive=365d use_temp_path=off;
20
21
proxy_cache_key "$request_method$request_uri";
22
proxy_cache_min_uses 1;
0 commit comments