I’d really like to serve my static site without SSL and all the Mail-in-a-box endpoints such as /admin, /cloud, and /mail, but that doesn’t seem to be the way Mail-in-a-box is configured. For example:
https://box.example.com - is the location of all Box specific functionality and http://example.com is where the static site lives.
Here’s why I want to set it up this way:
- I don’t want to have to buy two certs, or get a multi-domain cert if I don’t have to
- I don’t want the enpoints for the various Box apps conflicting with my website
- I see no real reason to encrypt my static site
I checked out the nginx config, and it is trivial to do (basically don’t do anything in the SSL section of the config), but as it states in the file, it will get re-generated and overwrite any custom configuration, no matter how trivial.
So here are my questions:
- Is there any particular reason that SSL is required for the main host?
- Why can’t I change it/why must the config be constantly re-generated?
- Is there some other way to disable SSL for the static site/top level host?
If this cannot truly be achieved, what was the way it was intended to be configured?
Thanks!