This commit is contained in:
Stefan Wieczorek
2022-05-25 11:41:56 +02:00
parent bd96e67d05
commit 1786e4487c

View File

@@ -73,7 +73,7 @@ server {
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;
# Optional: Don't log access to other assets
access_log off;