mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Merge pull request #2404 from floydianslips/master
added video MIME support for Nextcloud/Nginx per #2262
This commit is contained in:
commit
9aba2e9fff
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ location ^~ {{ nextcloud_url }} {
|
|||
access_log off;
|
||||
}
|
||||
|
||||
location ~ ^\/nextcloud\/.+[^\/]\.(?:png|html|ttf|ico|jpg|jpeg|bcmap)$ {
|
||||
location ~ ^\/nextcloud\/.+[^\/]\.(?:png|html|ttf|ico|jpg|jpeg|bcmap|mp4|webm)$ {
|
||||
try_files $uri /nextcloud/index.php$request_uri;
|
||||
# Optional: Don't log access to other assets
|
||||
access_log off;
|
||||
|
|
Loading…
Reference in a new issue