Skip to content

A simple nginx container that redirects http requests to https with the www (if not present).

License

Notifications You must be signed in to change notification settings

DarianAnjuhal/docker-nginx-https-www-redirect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-nginx-https-www-redirect

A simple nginx container that redirects http requests to https with the www (if not present).

Useful to be used as a default backend for Load Balancers (like the Rancher one).

A docker Hub does not configured. I build it locally and pushed it to a private repository.

Very small size: ~7 MB (alpine based). Uses about 2 MB RAM when running.

Implemented redircts

This container is also used to redirect some domains for http/https and www/without www.

  • gmk-congress -> geomechanics-congress.com
  • isrm2023.com -> isrm2023.info

License

MIT

About

A simple nginx container that redirects http requests to https with the www (if not present).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 84.1%
  • Dockerfile 15.9%