Remove extra match-any regexp
This commit is contained in:
parent
d65cd97761
commit
06e5fc8445
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue