Skip to content

Commit

Permalink
Fix var for static files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Aug 2, 2024
1 parent e39e794 commit ae83315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/drupal/templates/etc/nginx/sites-available/drupal.j2
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ server {
}

# All static files will be served directly.
location ~* ^.+\.(?:{{ drupal_nginx_not_found_regex }})$ {
location ~* ^.+\.(?:{{ drupal_nginx_static_files }})$ {
access_log off;
expires 30d;
# No need to bleed constant updates. Send the all shebang in one fell swoop.
Expand Down

0 comments on commit ae83315

Please sign in to comment.