nginx配置静态资源关闭访问日志
摘要:
location ~ .*\.(css|js|gif|png|jpg|jpeg|bmp|swf)$ { root $root_path; access_log off; } 阅读全文
posted @ 2017-06-14 11:45 dongruiha 阅读(2482) 评论(0) 推荐(0)
posted @ 2017-06-14 11:45 dongruiha 阅读(2482) 评论(0) 推荐(0)
posted @ 2017-06-14 11:12 dongruiha 阅读(32407) 评论(2) 推荐(0)
posted @ 2017-06-14 09:57 dongruiha 阅读(192) 评论(0) 推荐(0)