源站支持HTTP/2

This commit is contained in:
GoEdgeLab
2023-06-23 11:42:51 +08:00
parent 242fe7cdfc
commit 18a8eaa543
7 changed files with 242 additions and 208 deletions

View File

@@ -15,4 +15,5 @@ message Origin {
repeated string domains = 6;
string host = 7;
bool followPort = 8;
bool http2Enabled = 10; // 是否支持HTTP/2只在HTTPS源站时生效
}