How to change allowed IPs for zammad-railsserver and zammad-websocket

Dear Experts,

In our environment, we have another Nginx server working as our reverse proxy. We need to change the IP parameters on Zammad server, from 127.0.0.1 to 0.0.0.0 for zammad-railsserver and zammad-websocket services. May I know where I can change the listen ports accordingly?

upstream zammad-railsserver {
server 127.0.0.1:3000;
}

upstream zammad-websocket {
server 127.0.0.1:6042;
}

zammad port

Assuming that you’re ensuring that you know what you’re doing and secure the ports accordingly, have a look in the documentation:
https://docs.zammad.org/en/latest/appendix/configure-env-vars.html

Thanks, we ended up with the current Zammad without another Nginx server as first-layer Reverse Proxy.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.