We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前用阿里云轻量 30Mb 带宽 带宽不够 怎么做均衡?
The text was updated successfully, but these errors were encountered:
带宽不够这个也没有什么办法吧,做代理服务器本来就需要高带宽的服务器的,除非代理服务器不真正代理流量,只做负载均衡,只给 clients 返回可用后端服务器 ip/域名,然后 clients 自己再去请求真正的服务器,不过这就有点不是很像代理了,更像是服务发现。
还有,你是需要改写 req/resp 吗?不需要的话,用 nginx/caddy 这类更成熟的方案会好一点。
Sorry, something went wrong.
怕带宽被占用,1个IP 1TB 流量 每个月1个IP的流量 不够用 能不能分流 出去 nginx 气体的IP 可以分担一些流量
我有阿里云轻量 3台VPS 其中1台1 TB 流量 其他2台1TB流量很少用到,想分摊流量 不知道这个能不能做到
如果我需要根据代理的参数和request来做一些中间层的逻辑,其中包含拒绝request的情况。 请问是否适合用你的库来做呢?还是说有其他更优的方案。
No branches or pull requests
目前用阿里云轻量 30Mb 带宽 带宽不够 怎么做均衡?
The text was updated successfully, but these errors were encountered: