For the clarity of other users, @eibgrad was correct in his assumptions. I run NGINX directly on my router as a reverse proxy, binding 80 specifically to redirect requests to 443 and force https.
@Jeffrey Young
While the gui is unavailable over WAN, httpd does bind to all interfaces and so...
Thanks for the line in the previous post, can confirm http access is now blocked after re-running the firewall-start script.
I agree this seems like a bug. I'm sure I was able to run nginx freely in the past after setting webui access to https only without requiring further configuration. Will...
Hello,
I have found an issue where I am unable to completely disable the http webgui. If port is set to 80, webgui is not available over http but "netstat -tulpn" shows httpd bound to port 80. This prevents nginx from binding to port 80 and starting.
I have changed the port for http access in...