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

This commit is contained in:
Andrea Dell'Amico 2016-09-29 09:36:32 +02:00
parent 21dce5d2bf
commit 5cd00da5ec
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: 1m
nginx_media_cache_expire: 1M
nginx_css_js_cache_expire: -1
nginx_reverse_proxy: False