From dbe634599fca5af344260565f2cac436aaff0b60 Mon Sep 17 00:00:00 2001 From: Dale Anderson Date: Tue, 16 Jan 2024 09:45:09 -0800 Subject: [PATCH] Fix: Support Drupal 10.1 asset aggregation changes See https://www.drupal.org/node/2888767#nginx-php-fpm --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'