mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
fix(template): clientMaxBodySize name is wrong #216
This commit is contained in:
parent
ca683f9c7f
commit
7c47f08a72
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue