diff --git a/defaults/main.yml b/defaults/main.yml index 6c29230..121d96a 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -33,7 +33,7 @@ vhost_default_location_try_files_defaults: static: "{{ vhost_try_files_rewrite_none }}" vhost_try_files_rewrite_conf: "{{ vhost_default_location_try_files_defaults[web_application] }}" rewrite_target: '/index.php' -image_cache_location: '/sites/.*/files/styles/' +image_cache_location: '/sites/.*/files/(js|css|styles)/' ssl_ciphers: 'ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256' ssl_protocols: 'TLSv1.2' default_document: 'index.html index.php'