library/roles/nginx/defaults/main.yml: Set the browser cache to 1 month for real.
This commit is contained in:
parent
21dce5d2bf
commit
5cd00da5ec
|
@ -34,7 +34,7 @@ nginx_cache_control: public
|
||||||
nginx_html_cache_expire: -1
|
nginx_html_cache_expire: -1
|
||||||
nginx_feed_cache_expire_enabled: False
|
nginx_feed_cache_expire_enabled: False
|
||||||
nginx_feed_cache_expire: 1h
|
nginx_feed_cache_expire: 1h
|
||||||
nginx_media_cache_expire: 1m
|
nginx_media_cache_expire: 1M
|
||||||
nginx_css_js_cache_expire: -1
|
nginx_css_js_cache_expire: -1
|
||||||
|
|
||||||
nginx_reverse_proxy: False
|
nginx_reverse_proxy: False
|
||||||
|
|
Loading…
Reference in New Issue