mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-03 20:40:25 +08:00
取消反向代理中默认自动50x尝试
This commit is contained in:
@@ -18,7 +18,7 @@ const (
|
||||
|
||||
func NewReverseProxyConfig() *ReverseProxyConfig {
|
||||
return &ReverseProxyConfig{
|
||||
Retry50X: true,
|
||||
Retry50X: false, // 不要改为true,太多人使用50x作为特殊业务代码使用了!
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user