mirror of
https://github.com/moparisthebest/HttpUploadComponent
synced 2024-11-28 11:52:16 -05:00
Create ejabberd_cfg_snippet.yml
This commit is contained in:
parent
4dde390ae5
commit
cbce080d39
15
contrib/ejabberd_cfg_snippet.yml
Normal file
15
contrib/ejabberd_cfg_snippet.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
modules:
|
||||||
|
mod_disco:
|
||||||
|
extra_domains:
|
||||||
|
- "upload.yourdomain.tld"
|
||||||
|
|
||||||
|
listen:
|
||||||
|
-
|
||||||
|
port: 5347
|
||||||
|
module: ejabberd_service
|
||||||
|
access: all
|
||||||
|
shaper_rule: fast
|
||||||
|
ip: "::"
|
||||||
|
hosts:
|
||||||
|
"upload.yourdomain.tld":
|
||||||
|
password: "yoursecret"
|
Loading…
Reference in New Issue
Block a user