源站支持404内容自动重试其他源站

This commit is contained in:
GoEdgeLab
2023-11-15 19:06:51 +08:00
parent d36dee39fe
commit 1a616e3e80
4 changed files with 58 additions and 46 deletions

View File

@@ -94,5 +94,6 @@ message UpdateReverseProxyRequest {
int32 maxIdleConns = 12; // 可选参数,最大空闲连接数
bytes proxyProtocolJSON = 13; // 可选参数PROXY Protocol设置
bool followRedirects = 14; // 可选参数,跳转跟随
bool retry50X = 16; // 可选参数启用50X重试
bool retry50X = 16; // 可选参数,是否启用50X重试
bool retry40X = 17; // 可选参数是否启用40X重试
}