Please give me some advice, here is a forwarding request like this: /a/test -> Server 1/test /b/test ->Server 2/test How to configure such logic ?
location /a/test/ { proxy_pass your_server/test/; }