mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Add HTTP listener on port 5280 for admin web interface
This commit is contained in:
parent
b43b8edb67
commit
34ac21e66b
@ -85,6 +85,11 @@ listen:
|
|||||||
ciphers: CIPHERS_INTERMEDIATE
|
ciphers: CIPHERS_INTERMEDIATE
|
||||||
protocol_options: PROTOCOL_OPTIONS_INTERMEDIATE
|
protocol_options: PROTOCOL_OPTIONS_INTERMEDIATE
|
||||||
tls: true
|
tls: true
|
||||||
|
-
|
||||||
|
port: 5280
|
||||||
|
ip: "::"
|
||||||
|
module: ejabberd_http
|
||||||
|
web_admin: true
|
||||||
|
|
||||||
s2s_use_starttls: optional
|
s2s_use_starttls: optional
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user