CMS:Nextcloud, fixed first-run video

This commit is contained in:
2021-11-26 19:56:32 +01:00
parent 39724043fe
commit 296a68dc2e

View File

@@ -77,7 +77,7 @@ location ~ \.(?:css|js|woff2?|svg|gif|map)$ {
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$request_uri; try_files $uri /index.php$request_uri;
access_log off; access_log off;
} }