If port 443 is for the Rockstor GUI, is port 80 free and available?

Hi @pemguin005,

80 is not strictly ‘free and available’, as nginx is listenning on it to do the http → https redirect.

I think your best bet would be to inject custom configuration into the existing Rockstor nginx config.

Here’s a post to that effect I made a while back:

Based on this, you’d want to pay attention to the nginx-proxy.sh and it’s associated cronjob.
From their, you’d build your own custom.conf

2 Likes