Remove extra match-any regexp

This commit is contained in:
Léo Colombaro 2019-03-09 02:41:29 +01:00 committed by GitHub
parent d65cd97761
commit 06e5fc8445
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -52,15 +52,15 @@ map $sent_http_content_type $expires {
~*text/markdown 0; ~*text/markdown 0;
# Media files # Media files
~*audio/.* 1M; ~*audio/ 1M;
~*image/.* 1M; ~*image/ 1M;
~*video/.* 1M; ~*video/ 1M;
# WebAssembly # WebAssembly
~*application/wasm 1y; ~*application/wasm 1y;
# Web fonts # Web fonts
~*font/.* 1M; ~*font/ 1M;
~*application/vnd.ms-fontobject 1M; ~*application/vnd.ms-fontobject 1M;
~*application/x-font-ttf 1M; ~*application/x-font-ttf 1M;
~*application/x-font-woff 1M; ~*application/x-font-woff 1M;