HAProxy protocol support (closes #36)
This commit is contained in:
Binary file not shown.
@@ -5,6 +5,7 @@
|
||||
[server]
|
||||
hostname = "%{HOST}%"
|
||||
max-connections = 8192
|
||||
#proxy-trusted-networks = ["10.0.0.0/8", "127.0.0.0/8"]
|
||||
|
||||
[server.run-as]
|
||||
user = "stalwart-mail"
|
||||
|
||||
@@ -7,5 +7,8 @@ protocol = "jmap"
|
||||
bind = ["[::]:443"]
|
||||
url = "https://%{HOST}%"
|
||||
|
||||
[server.listener."jmap".tls]
|
||||
implicit = true
|
||||
|
||||
#bind = ["[::]:8080"]
|
||||
#url = "https://%{HOST}%:8080"
|
||||
|
||||
Reference in New Issue
Block a user