mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-15 21:36:35 +08:00
反向代理可以整体设置源站默认超时时间等参数
This commit is contained in:
@@ -85,4 +85,9 @@ message UpdateReverseProxyRequest {
|
||||
string stripPrefix = 4;
|
||||
bool autoFlush = 5;
|
||||
repeated string addHeaders = 7;
|
||||
bytes connTimeoutJSON = 8;
|
||||
bytes readTimeoutJSON = 9;
|
||||
bytes idleTimeoutJSON = 10;
|
||||
int32 maxConns = 11;
|
||||
int32 maxIdleConns = 12;
|
||||
}
|
||||
Reference in New Issue
Block a user