library/roles/nginx/defaults/main.yml: Set the default browser cache for media to 1 month.

This commit is contained in:
Andrea Dell'Amico 2016-09-28 19:27:00 +02:00
parent 86b510e7d5
commit 21dce5d2bf
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ nginx_cache_control: public
nginx_html_cache_expire: -1
nginx_feed_cache_expire_enabled: False
nginx_feed_cache_expire: 1h
nginx_media_cache_expire: 24h
nginx_media_cache_expire: 1m
nginx_css_js_cache_expire: -1
nginx_reverse_proxy: False