From cd05c031a1188a4ced80c23882e304dd85e1af71 Mon Sep 17 00:00:00 2001 From: Joel Baldauf Date: Sat, 25 Jan 2025 19:49:54 +0100 Subject: [PATCH] fix proxy-host-object --- backend/schema/components/proxy-host-object.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/backend/schema/components/proxy-host-object.json b/backend/schema/components/proxy-host-object.json index 5098802..0c9e50c 100644 --- a/backend/schema/components/proxy-host-object.json +++ b/backend/schema/components/proxy-host-object.json @@ -78,6 +78,16 @@ "example": true, "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": { "$ref": "../common.json#/properties/http2_support" },