Nginx configuration forwarding problem
仅有的幸福
仅有的幸福 2017-05-16 17:17:12
0
1
384

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 ?

仅有的幸福
仅有的幸福

reply all(1)
给我你的怀抱
location /a/test/ {
    proxy_pass your_server/test/;
}
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template