mirror of
https://github.com/hoellen/docker-nextcloud.git
synced 2025-10-13 18:21:35 +00:00
fix: add mp4 and webm to nginx config
This commit is contained in:
@@ -78,7 +78,7 @@ server {
|
|||||||
access_log off;
|
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;
|
try_files $uri /index.php$uri$is_args$args;
|
||||||
access_log off;
|
access_log off;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user