fix: add mp4 and webm to nginx config

This commit is contained in:
Dingoz
2025-10-06 15:59:34 +02:00
committed by GitHub
parent d16bcc9a32
commit db1eaf50ed

View File

@@ -78,7 +78,7 @@ server {
access_log off;
}
location ~ \.(?:png|html|ttf|ico|jpg|jpeg|bcmap)$ {
location ~ \.(?:png|html|ttf|ico|jpg|jpeg|bcmap|mp4|webm)$ {
try_files $uri /index.php$uri$is_args$args;
access_log off;
}