There is a great short tutorial for deploying a static app with fly using GoStatic.
Once deployed, its super easy to add a custom domain with SSL. However, as a not-so-familiar person with docker, it’s not clear to add a http to https redirect for a custom domain using the setup.
I feel like this could be just one or two extra short sentences added to the tutorial, since the GoStatic should accept flag “-https-promote”.
Would love to hear how to easily add the HTTPS redirect for a deployed GoStatic app with a custom domain, thanks!