Commit 690a84cb authored by Kunkka王辉's avatar Kunkka王辉 😲

js css缓存

parent 22bdb4d0
......@@ -302,6 +302,8 @@ server {
location ~ .*\.(js|css)?$
{
root /app/www/dwp/main;
expires 7d;
add_header Cache-Control "public";
}
#禁止访问的文件或目录
......
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