mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-10-05 04:10: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:
@@ -50,7 +50,9 @@
|
||||
"enabled": true,
|
||||
"locations": null,
|
||||
"hsts_enabled": false,
|
||||
"hsts_subdomains": false
|
||||
"hsts_subdomains": false,
|
||||
"proxy_protocol_enabled": false,
|
||||
"loadbalancer_address": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user