时间:2021-07-01 10:21:17 帮助过:95人阅读
server {
listen 80;
server_name yunmasoft.com www.yunmasoft.com;
if ( $uri ~* "^/user/loginInput$" ) {
rewrite ^/(.*)$ http://123.57.250.51/$1 redirect;
}
location / {
proxy_pass http://182.92.97.72:8083;# proxy_redirect on ;indexindex.php index.html index.htm;
}
error_page 500502503504 /50x.html;
}
参考:http://hw1287789687.iteye.com/admin/blogs/2279741
以上就介绍了nginx 跳转指定接口,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。