Nginx args重写

时间:2017-07-11 04:56:53

标签: nginx url-rewriting

这不起作用

我做错了什么?

location / {    
    rewrite ^/companies\?compID=(\d+) /company?compID=$1 permanent;
    rewrite ^/companies\?compID=(\d+)&compName=(.*) /company?compID=$1&compName=$2 permanent;
...
}

0 个答案:

没有答案