Commit f5ba7444 authored by 郝聪敏's avatar 郝聪敏

字体文件特殊处理

parent eaec632f
......@@ -18,7 +18,7 @@ server {
try_files $uri $uri/ =204;
}
location ~* \.(css|js|png|gif|jpg|jpeg|ttf|woff|woff2|json)$ {
location ~* \.(css|js|png|gif|jpg|jpeg|woff2|json)$ {
expires 30d;
root /home/quant_group/dist;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment