摘要: location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$ { expires -1; error_log off; access_log /dev/null; } location ~ .*\.(js|css|html)?$ { expires ... 阅读全文
posted @ 2019-04-01 14:43 这个男人 阅读(132) 评论(0) 推荐(0) 编辑