nginx反代配置tips 作者: Neko 时间: 2023-07-19 分类: 技术 评论 nginx轮训导致验证码不正确在upstream里添加ip_hash;,例子:http { upstream test { # 这样同一台电脑会一直访问到同一台机器 ...