summaryrefslogtreecommitdiffstats
path: root/.examples/docker-compose/insecure/postgres/fpm/web/nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to '.examples/docker-compose/insecure/postgres/fpm/web/nginx.conf')
-rw-r--r--.examples/docker-compose/insecure/postgres/fpm/web/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.examples/docker-compose/insecure/postgres/fpm/web/nginx.conf b/.examples/docker-compose/insecure/postgres/fpm/web/nginx.conf
index d44c059e..62095270 100644
--- a/.examples/docker-compose/insecure/postgres/fpm/web/nginx.conf
+++ b/.examples/docker-compose/insecure/postgres/fpm/web/nginx.conf
@@ -159,7 +159,7 @@ http {
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;