Glimesh / broadcast-box

A broadcast, in a box.
MIT License
688 stars 57 forks source link

Added env. variable to support specific HTTPS redirect ports #105

Closed JMalland closed 4 months ago

JMalland commented 4 months ago

Will prioritize HTTPS_REDIRECT_PORT, but default to 80 if only ENABLE_HTTP_REDIRECT is enabled.

JMalland commented 4 months ago

I feel like ENABLE_HTTP_REDIRECT should either be port 443, since it's actually HTTPS, or it should be named ENABLE_HTTPS_REDIRECT for clarity. Up to you though.