按ESC键关闭

岚岚天空 岚岚天空

岚岚天空

技术杂谈

nginx静态资源配置

location ~* \.(jpg|jpeg|gif|png|swf|rar|zip|css|js|map|svg|woff|ttf|txt)$ {
    root /www/wwwroot/项目目录/www/;
    etag         on;
    expires      max;
}


Share this: