甜甜乌冬面

文章
5
资源
0
加入时间
2年10月17天

nginx if rewrite 正确处理带与不带Url参数

location ~ / { proxy_read_timeout 600s; proxy_next_upstream_tries 1; client_max_body_size 100m; if ($request_uri ~ "/abcd/([^?]*)") { set $path $1; rewrite . /$path; proxy_pass http://12...