cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 2fa3163f1192b87fe4bfaf9bdac5230ff42d898f
parent 7f8c09f1df20a9241f4bcdf0058e6f5d8124b001
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 16 May 2024 23:04:27 +0200

Setup request handlers

Diffstat:
Mapps/base/ejabberd/release.yaml | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/apps/base/ejabberd/release.yaml b/apps/base/ejabberd/release.yaml @@ -18,6 +18,16 @@ spec: listen: stun: enabled: false + https: + options: + ip: "::" + module: ejabberd_http + tls: true + request_handlers: + /admin: ejabberd_web_admin + /bosh: mod_bosh + /upload: mod_http_upload + /ws: ejabberd_http_ws s2s-tls: enabled: true port: 5270