location ~ \.(do|action)$ { proxy_pass xx:xx:xx ; }客户端如果访问localhost/xx.do或者localhost/xx.action 都会跳到对应的代理ip
Nginx访问.do/.action的方法
最新推荐文章于 2024-03-16 12:49:17 发布
location ~ \.(do|action)$ { proxy_pass xx:xx:xx ; }客户端如果访问localhost/xx.do或者localhost/xx.action 都会跳到对应的代理ip