mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-10-05 20:30:10 +00:00
Add support for proxy_protocol in proxy_hosts and streams
Closes #1114 Related To #1882 Related To #3537 Related To #3618 Co-authored-by: jwklijnsma <janwiebe@janwiebe.eu> Co-authored-by: SBado <16034687+SBado@users.noreply.github.com>
This commit is contained in:
@@ -110,6 +110,16 @@
|
||||
"caching_enabled": {
|
||||
"description": "Should we cache assets",
|
||||
"type": "boolean"
|
||||
},
|
||||
"proxy_protocol_enabled": {
|
||||
"description": "Should the proxy_procotol be enabled",
|
||||
"type": "boolean"
|
||||
},
|
||||
"loadbalancer_address": {
|
||||
"description": "Hostname, IP or CIDR range of the load balancer",
|
||||
"type": "string",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user