Forráskód Böngészése

fix(template): clientMaxBodySize name is wrong #216

0xJacky 1 éve
szülő
commit
7c47f08a72
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      template/block/reverse_proxy.conf

+ 1 - 1
template/block/reverse_proxy.conf

@@ -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]