喜悦星月

文章
10
资源
0
加入时间
3年0月8天

nginx学习之rewrite(重写)

rewrite 重写重写中用到的指令if  (条件) {}  设定条件,再进行重写 set #设置变量return #返回状态码 break #跳出rewriterewrite #重写  If  语法格式If 空格 (条件) {    重写模式} 条件又怎么写?答:3种写法1: “=”来判断相等, 用于字符串比较2: “~” 用正