Skip to content

Commit

Permalink
Support multi-site
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Jun 5, 2024
1 parent b27340a commit a6916e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drupal/rootfs/etc/nginx/shared/drupal.defaults.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit a6916e6

Please sign in to comment.