mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-05-13 13:56:52 +00:00
Fill out missing schema
This commit is contained in:
parent
24bdb5de4e
commit
5ec08cf632
1 changed files with 3 additions and 1 deletions
|
|
@ -92,9 +92,11 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"load_balancer_ip": {
|
||||
"description": "Load balancer or TCP proxy IP / CIDR range",
|
||||
"type": "string",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
"maxLength": 255,
|
||||
"example": "10.0.9.3"
|
||||
},
|
||||
"http2_support": {
|
||||
"$ref": "../common.json#/properties/http2_support"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue