1
holyghost 2014-11-12 18:11:07 +08:00 1
带uri的请求 需要用rewrite重写 然后再proxy_pass的
|
2
extreme 2014-11-12 18:22:48 +08:00 1
“$1”是正则表达式的东西,你都没用正则表达式,肯定无效。
其实有一个更好的方法: proxy_pass http://127.0.0.1:81/process.php?path=$request_uri; |