fix(template): clientMaxBodySize name is wrong #216

This commit is contained in:
0xJacky 2023-12-04 16:16:28 +08:00
parent ca683f9c7f
commit 7c47f08a72
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0

View file

@ -10,7 +10,7 @@ value = true
[variables.clientMaxBodySize]
type = "string"
name = { en = "Include sub domains", zh_CN = "客户端最大请求内容大小"}
name = { en = "Client Max Body Size", zh_CN = "客户端最大请求内容大小"}
value = "1000m"
[variables.port]