标签: nginx url-rewriting
这不起作用
我做错了什么?
location / { rewrite ^/companies\?compID=(\d+) /company?compID=$1 permanent; rewrite ^/companies\?compID=(\d+)&compName=(.*) /company?compID=$1&compName=$2 permanent; ... }