源站支持HTTP/2

This commit is contained in:
刘祥超
2023-06-23 11:42:51 +08:00
parent d9233713e4
commit 4853363765
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源站时生效
}