A simple nginx server, which redirects all its requests from HTTP to HTTPS.
7.3K
A simple nginx server, which redirects all its requests from HTTP to HTTPS. Useful in enforcing a HTTPS connection =)
It only has a single optional configuration, the HTTP Code to reply with, as documented below.
#
# Redirection HTTP code.
# Use either 307 (default) - Temporary Redirect
# Or 308 - Permanent Redirect
#
ENV HTTPCODE 307
Any problems / comments / kudos should be filed at github =) https://github.com/uilicious/uilicious-dockerfile
Content type
Image
Digest
sha256:5904add6e…
Size
15.9 MB
Last updated
over 3 years ago
docker pull uilicious/http-to-https-redirect