Merge pull request #83653 from nlewo/nextcloud-firstrunwizard

nixos/nextcloud: add bcmap, mp4 and webm in nginx configuration
This commit is contained in:
Maximilian Bosch
2020-03-29 22:07:02 +02:00
committed by GitHub

View File

@@ -565,7 +565,7 @@ in {
add_header Referrer-Policy no-referrer;
access_log off;
'';
"~ \\.(?:png|html|ttf|ico|jpg|jpeg)$".extraConfig = ''
"~ \\.(?:png|html|ttf|ico|jpg|jpeg|bcmap|mp4|webm)$".extraConfig = ''
try_files $uri /index.php$request_uri;
access_log off;
'';