rabin 1 year ago
parent
commit
7ccadc5d52
1 changed files with 1 additions and 1 deletions
  1. 1 1
      container/conf/web/nginx/conf.d/proxy.conf

+ 1 - 1
container/conf/web/nginx/conf.d/proxy.conf

@@ -8,7 +8,7 @@ server {
          proxy_pass  http://backend;
          proxy_redirect off;
          proxy_set_header        X-Forwarded-For $remote_addr;
-         location ~* \.(html|css|jpg|gif|ico|js|png)$ {
+         location ~* \.(html|css|jpg|gif|ico|js|png|mp4|mp3)$ {
                 proxy_cache          cache;
                 proxy_cache_key      $host$uri$is_args$args;
                 proxy_cache_valid    200 301 302 30m;