Fix XMPP auth

This commit is contained in:
2026-03-06 18:21:24 +00:00
parent 8c091b1e6d
commit 49aaed5dec
4 changed files with 1193 additions and 1 deletions

View File

@@ -8,6 +8,9 @@ pidfile=/tmp/project-master.pid
socket=/var/run/uwsgi-gia.sock
# socket 777
chmod-socket=777
# Internal HTTP listener for in-pod services (e.g. Prosody auth bridge).
# Binds loopback only; external traffic still goes through the Unix socket.
http-socket = 127.0.0.1:8090
harakiri=200
#max-requests=100000
# Set a lower value for max-requests to prevent memory leaks from building up over time