Commit aec9ba71 authored by Julien Muchembled's avatar Julien Muchembled

erp5: document balancer request parameters

parent b184f687
...@@ -71,6 +71,24 @@ ...@@ -71,6 +71,24 @@
}, },
"type": "object" "type": "object"
}, },
"balancer": {
"description": "Apache/HAProxy request parameters",
"properties": {
"tcpv4-port": {
"allOf": [{
"$ref": "#/definitions/tcpv4port"
}, {
"description": "Start allocating ports at this value, going upward"
}]
},
"haproxy-server-check-path": {
"description": "Check health of Zopes (set 'httpchk' HAProxy option)",
"default": "/",
"type": "string"
}
},
"type": "object"
},
"frontend": { "frontend": {
"description": "Front-end slave instance request parameters", "description": "Front-end slave instance request parameters",
"properties": { "properties": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment