mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Add HTTP listener on port 5280 for admin web interface
This commit is contained in:
parent
b43b8edb67
commit
34ac21e66b
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue