Skip to content

Standalone vhost prosody config

Ghost User requested to merge feature/prosody_config into master

Implements https://git.startinblox.com/infra/platform/issues/116

Migration

  1. Run the playbook ansible-playbook deploy -l hublworld:happydev
  2. Add Include "vhosts/*.cfg.lua" at the end of the prosody config file
  3. Remove each deployed vhosts from the lines in vhost_list_xxx
  4. If one vhost_list_xxx file become empty, remove its loading loop in the prosody config
  5. Reload prosody
Edited by Ghost User

Merge request reports