2016年5月26日
摘要: Location语法语法:location [=|~|~*|^~] /uri/ { … } = --> 开头表示精确匹配 ^~ --> 开头表示uri以某个常规字符串开头,理解为匹配url路径即可。 nginx不对url做编码,因此请求为/static/20%/aa,可以被规则^~ /static/ 阅读全文
posted @ 2016-05-26 17:57 Ruthless 阅读(12744) 评论(0) 推荐(0) 编辑