forked from ISTI-ansible-roles/ansible-roles
library/roles/nginx/defaults/main.yml: Set the default browser cache for media to 1 month.
This commit is contained in:
parent
86b510e7d5
commit
21dce5d2bf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue