examples - nextcloud fix and moodle

This commit is contained in:
bunkerity
2020-10-26 22:40:33 +01:00
parent 2c33463af7
commit e4bdd4af5d
6 changed files with 66 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ location ~ ^\/(?:updater|oc[ms]-provider)(?:$|\/) {
index index.php;
}
location ~ \.(?:css|js|woff2?|svg|gif|map)$ {
location ~ \.(?:css|js|woff2?|svg|gif|map|mp4)$ {
try_files $uri /index.php$request_uri;
add_header Cache-Control "public, max-age=15778463";
}