Fix font caching in docker image
This commit is contained in:
parent
d384c048ed
commit
0c833af72f
1 changed files with 13 additions and 6 deletions
|
@ -42,6 +42,13 @@ http {
|
||||||
text/html max;
|
text/html max;
|
||||||
text/css max;
|
text/css max;
|
||||||
application/javascript max;
|
application/javascript max;
|
||||||
|
text/javascript max;
|
||||||
|
application/vnd.ms-fontobject max;
|
||||||
|
application/x-font-ttf max;
|
||||||
|
font/opentype max;
|
||||||
|
font/woff2 max;
|
||||||
|
image/svg+xml max;
|
||||||
|
image/x-icon max;
|
||||||
~image/ max;
|
~image/ max;
|
||||||
~font/ max;
|
~font/ max;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue