Skip to content

Commit

Permalink
Fix: Support Drupal 10.1 asset aggregation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dale-c-anderson committed Jan 16, 2024
1 parent 7e2955b commit dbe6345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit dbe6345

Please sign in to comment.