mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-22 12:58:13 -05:00
remove arbitrary length limit of forward_host
This commit is contained in:
parent
4c60bfb66b
commit
995db12f22
@ -24,8 +24,7 @@
|
||||
},
|
||||
"forward_host": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"maxLength": 50
|
||||
"minLength": 1
|
||||
},
|
||||
"forward_port": {
|
||||
"type": "integer",
|
||||
|
Loading…
Reference in New Issue
Block a user