diff options
author | Matthew Fennell <matthew@fennell.dev> | 2024-01-07 12:46:01 +0000 |
---|---|---|
committer | Matthew Fennell <matthew@fennell.dev> | 2024-01-07 12:46:01 +0000 |
commit | 2e8dc1ce1150eb8c370808a2ddb16c515f0d4cbd (patch) | |
tree | f3d385ff59ad903c0e827d0c5b3fa27796ec4d98 /README.md | |
parent | 14465fc9602ec96fc9d4e48bc0120e75415e1e26 (diff) |
Add virtual host specific config
This commit uses the new per-host virtual_host variable to create the necessary
prosody host-specific cfg files.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -45,8 +45,8 @@ you would like to deploy to. For instance: ```ini [xmpp_server] -fennell.dev -koyo.haus +fennell.dev virtual_host=chat.fennell.dev +koyo.haus virtual_host=koyo.haus ``` ### Create a staging inventory file @@ -59,7 +59,7 @@ Create an inventory file in `inventory/staging.ini` like the following: ```ini [xmpp_server] -staging.koyo.haus +staging.koyo.haus virtual_host=staging.koyo.haus ``` ### Run the playbook on your staging hosts |