By default, when installed, Saltstack uses port 4505 and 4506 to connect with Minions.
But I can't open port 4505 and 4506 on Salt master server. Is there any way we can configure Salt master behind Nginx and have minions to connect master through Nginx.
Thanks in adavance.
You can change the master ports through the configuration file to some ports you are able to open. That way you don't need a proxy at all.
So these are the steps: