diff --git a/nginx.conf b/nginx.conf index ee8500d..9122c6a 100644 --- a/nginx.conf +++ b/nginx.conf @@ -5,7 +5,7 @@ server { root /usr/share/nginx/html; index index.html; - location ~* \.(?:css|js|mjs|map|json|wasm|mp3|flac|png|jpg|jpeg|svg|webp|ico|gz|br)$ { + location ~* \.(?:css|js|mjs|map|json|wasm|mp3|flac|wav|ogg|png|jpg|jpeg|svg|webp|ico|gz|br|utf|ttf|woff2?)$ { try_files $uri =404; }