From a6916e6752ad152fd7031a5f23da0d7e7ca8df5a Mon Sep 17 00:00:00 2001 From: Joe Corall Date: Wed, 5 Jun 2024 11:32:15 -0400 Subject: [PATCH] Support multi-site --- drupal/rootfs/etc/nginx/shared/drupal.defaults.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drupal/rootfs/etc/nginx/shared/drupal.defaults.conf b/drupal/rootfs/etc/nginx/shared/drupal.defaults.conf index fb71e6fa..f960f4b7 100644 --- a/drupal/rootfs/etc/nginx/shared/drupal.defaults.conf +++ b/drupal/rootfs/etc/nginx/shared/drupal.defaults.conf @@ -86,7 +86,7 @@ location ~ ^(/[a-z\-]+)?/system/files/ { # For Drupal >= 7 } # handle CSS/JS aggregation through Drupal -location ~ ^/sites/default/files/(css|js)/ { +location ~ ^/sites/.*/files/(css|js)/ { try_files $uri /index.php?$query_string; }