在Nginx中,我们可以像这样返回一个特定的状态码给URL前缀。
location /api { return 200; }
我们怎样才能达到同样的Haproxy?
通过Haproxy ACL走了,但找不到任何。