Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.
2 changes: 1 addition & 1 deletion roles/debian/nginx/templates/drupal10.j2
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ location ~ ^/sites/.*/files/.* {

# This Nginx config is DENY FIRST, so only these file extensions are permitted.
# Core and contrib assets can be pretty much anywhere.
location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg|woff|eot|woff2|ttf|otf)$ {
location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg|woff|eot|woff2|ttf|otf|webm)$ {
try_files $uri @rewrite =404;
{% if nginx.http.cache_behavior_public %}
{{ nginx.http.cache_behavior_public }};
Expand Down
Loading