fix proxy-host-object

This commit is contained in:
2025-01-25 19:49:54 +01:00
parent 9f62d94d26
commit f59b8c6851
2 changed files with 16 additions and 0 deletions
@@ -78,6 +78,16 @@
"example": true, "example": true,
"type": "boolean" "type": "boolean"
}, },
"enable_proxy_protocol": {
"description": "Enable PROXY Protocol support",
"example": true,
"type": "boolean"
},
"load_balancer_ip": {
"type": "string",
"minLength": 0,
"maxLength": 255
},
"http2_support": { "http2_support": {
"$ref": "../common.json#/properties/http2_support" "$ref": "../common.json#/properties/http2_support"
}, },
@@ -53,6 +53,12 @@
"allow_websocket_upgrade": { "allow_websocket_upgrade": {
"$ref": "../../../components/proxy-host-object.json#/properties/allow_websocket_upgrade" "$ref": "../../../components/proxy-host-object.json#/properties/allow_websocket_upgrade"
}, },
"enable_proxy_protocol": {
"$ref": "../../../components/proxy-host-object.json#/properties/enable_proxy_protocol"
},
"load_balancer_ip": {
"$ref": "../../../components/proxy-host-object.json#/properties/load_balancer_ip"
},
"access_list_id": { "access_list_id": {
"$ref": "../../../components/proxy-host-object.json#/properties/access_list_id" "$ref": "../../../components/proxy-host-object.json#/properties/access_list_id"
}, },