apache 的代理 proxypass 正则匹配

ProxyPass /la http://后端地址
ProxyPassMatch ^/la.*  http://后端地址
ProxyPassReverse /la  http://后端地址

匹配地址

http://域名/la ==>  http://后端地址
http://域名/laXYZ ==>  http://后端地址/laXYZ

 

发表评论

邮箱地址不会被公开。 必填项已用*标注