-
Hello, I have set up ejabberd as a docker container and it runs fine. My concern is that it is directly exposed to the Big Bad Web, not benefiting from the usual reverse-proxy. I have Swag as a reverse-proxy (nginx in a docker container), but it seems quite complex to connect. Standing behind the reverse-proxy would permit that ejabberd benefits from all my security setup, including crowdsec and suricata. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Your proxy tool seems to be for HTTP right ? If you are not using XMPP but either XMPP over Websockets or Bosh, your should be able to proxy it through nginx. Otherwise you need to set a proxy at the TCP/IP level (Like for exemple HAProxy) |
Beta Was this translation helpful? Give feedback.
Your proxy tool seems to be for HTTP right ?
If you are not using XMPP but either XMPP over Websockets or Bosh, your should be able to proxy it through nginx.
Otherwise you need to set a proxy at the TCP/IP level (Like for exemple HAProxy)