1. http://www.a.com/sys-auth-web/api/a.html --> http://10.0.1.4:30954/a.html
location /sys-auth-web/api { include proxy_params; proxy_pass http://10.0.1.4:30954; rewrite ^/sys-auth-web/api/(.*)$ /$1 break; }
1. http://www.a.com/sys-auth-web/api/a.html --> http://10.0.1.4:30954/a.html
location /sys-auth-web/api { include proxy_params; proxy_pass http://10.0.1.4:30954; rewrite ^/sys-auth-web/api/(.*)$ /$1 break; }