Is it possible to configure CryoSPARC so that all of its ports cannot be accessed from outside of localhost? We have a reverse proxy configured which enables secure access, but also need to have ports 39000-39009 secured from access (besides localhost).
I have noticed that the supervisord.conf file has configurations for several ports that use gunicorn to bind to 0.0.0.0 - we should be able to change those to 127.0.0.1. However, all of the other ports do not have configuration to prevent such access.
Thanks,
Jun Aishima