Browse Source

fix(template): clientMaxBodySize name is wrong #216

0xJacky 1 year ago
parent
commit
7c47f08a72
1 changed files with 1 additions and 1 deletions
  1. 1 1
      template/block/reverse_proxy.conf

+ 1 - 1
template/block/reverse_proxy.conf

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