Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 6765bfb

Browse files
r72626-serve-static-webm-with-nginx
1 parent fdfa6cc commit 6765bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/debian/nginx/templates/drupal10.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ location ~ ^/sites/.*/files/.* {
124124

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

0 commit comments

Comments
 (0)