mod_component_roundrobin/README.markdown
author Kim Alvefur <zash@zash.se>
Sun, 04 Dec 2022 22:10:07 +0100
changeset 5108 d4b0a995e5e3
parent 1807 4d73a1a6ba68
permissions -rw-r--r--
mod_http_muc_log: Move CSS and JS out of template This allows applying different cache and security policies to the static resources, while reducing the size of all pages.

---
labels:
summary: 'Component round-robin load balancing module'
...

Introduction
============

This module enables multiple instances of external components to connect
at the same time, and does round-robin load-balancing of incoming
stanzas.

Example
=======

        Component "test.example.com"
            modules_enabled = { "component_roundrobin" }
            -- Other component options such as secrets here