Skip to content

Commit

Permalink
fix(template): clientMaxBodySize name is wrong #216
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJacky committed Dec 4, 2023
1 parent ca683f9 commit 7c47f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/block/reverse_proxy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 7c47f08

Please sign in to comment.