摘要: Nginx配置文件中if的&&和||的实现(nginx不支持&&和||的写法) 1.与(&&)的写法: set $condiction '';if ($http_user_agent ~ "Chrome"){ set $condiction a;}if ($args ~ "r=hao123"){ s 阅读全文
posted @ 2018-01-31 20:39 wsjhk 阅读(543) 评论(0) 推荐(0)