Software /
code /
prosody-modules
Comparison
mod_persisthosts/README.md @ 6003:fe081789f7b5
All community modules: Unify file extention of Markdown files to .md
author | Menel <menel@snikket.de> |
---|---|
date | Tue, 22 Oct 2024 10:26:01 +0200 |
parent | 2485:mod_persisthosts/README.markdown@81956bb99289 |
comparison
equal
deleted
inserted
replaced
6002:5a65a632d5b9 | 6003:fe081789f7b5 |
---|---|
1 Introduction | |
2 ============ | |
3 | |
4 This module creates stub configuration files for newly activated hosts. | |
5 | |
6 Configuration | |
7 ============= | |
8 | |
9 A single option exists, `persisthosts_path`, which is the path where new | |
10 stub configuration files are created. It defaults to `"conf.d"`, and is | |
11 treated as relative to the configuration directiory [^1] unless set to | |
12 an absolute path. | |
13 | |
14 [^1]: usually `/etc/prosody` on \*nix systems |