Skip to content

Dockerized nginx proxy to route requests to docker containers

Notifications You must be signed in to change notification settings

droptica/nginx-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nginx-proxy

Letsencrypt

This repo has a branch 'letsencrypt' which adds a https://letsencrypt.org demon to get and periodically update ssl certs

Each host that will use letsenctrypt needs to have hosts specified.

If your website uses a subdomain (eg www.example.com) but you also point a highier level eg example.com on the same server, both need to be added. Letsencrypt checks from top to bottom.

LETSENCRYPT_HOST: example.com,www.example.com
LETSENCRYPT_EMAIL: [email protected]

About

Dockerized nginx proxy to route requests to docker containers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages