Skip to content

Commit db1eaf5

Browse files
authored
fix: add mp4 and webm to nginx config
1 parent d16bcc9 commit db1eaf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/etc/nginx/conf.d/default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ server {
7878
access_log off;
7979
}
8080

81-
location ~ \.(?:png|html|ttf|ico|jpg|jpeg|bcmap)$ {
81+
location ~ \.(?:png|html|ttf|ico|jpg|jpeg|bcmap|mp4|webm)$ {
8282
try_files $uri /index.php$uri$is_args$args;
8383
access_log off;
8484
}

0 commit comments

Comments
 (0)