diff --git a/CMS/nextcloud/Nginx-unconfigured b/CMS/nextcloud/Nginx-unconfigured index 68dee3f..d9cca6d 100644 --- a/CMS/nextcloud/Nginx-unconfigured +++ b/CMS/nextcloud/Nginx-unconfigured @@ -77,7 +77,7 @@ location ~ \.(?:css|js|woff2?|svg|gif|map)$ { 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; access_log off; }