摘要: 参考于 http://jinnianshilongnian.iteye.com/blog/2186448 1、example.conf配置文件 location ~ /lua_request/(\d+)/(\d+) { #设置nginx变量 set $a $1; set $b $host; defa 阅读全文
posted @ 2018-02-11 16:31 蓝天008 阅读(1323) 评论(0) 推荐(0)