소스 검색

fix(template): clientMaxBodySize name is wrong #216

0xJacky 1 년 전
부모
커밋
7c47f08a72
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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]