我对某事有一些问题...
我想要将一些代理传递到某些 url..
server {
listen 80;
location / {
proxy_pass http://www.xxx.xxx/;
}
}
但问题是:当我访问一些网址时http://109.365.52.12/user.php?user=gigantic我要去它使用的网址http://www.xxx.xxx。但我不想要它我希望它仍然在我的网址中。
我对某事有一些问题...
我想要将一些代理传递到某些 url..
server {
listen 80;
location / {
proxy_pass http://www.xxx.xxx/;
}
}
但问题是:当我访问一些网址时http://109.365.52.12/user.php?user=gigantic我要去它使用的网址http://www.xxx.xxx。但我不想要它我希望它仍然在我的网址中。