自有目录不生效
location ~* /statics/|/uploadfile/{
break;
}
-------------------------------------------------------------------------------------------
自有文件不生效
location ~ .*\.(js|css|jpg|png|jpeg|gif|eot|ttf|woff|woff2|svg)?$
{
expires 1h;
}