Sign inSign up

vovan/nginx-ssl

By vovan

Updated 10 months ago

Minimal nginx docker image with automatic SSL certificate management.

Image
Web servers
0

1.2K

vovan/nginx-ssl repository overview

Nginx Reverse Proxy with Automatic SSL

Minimal nginx docker image with automatic SSL certificate management.

🚀 Quick Start

1. Set your email in docker-compose.yml (https://github.com/vovanmozg/docker-nginx-ssl/blob/main/docker-compose.yml)
environment:
  - [email protected]
2. Create nginx config
cp data/conf.d/example-auto-ssl.conf.disabled data/conf.d/your-domain.com.conf

Replace every example.com with your-domain.com.
Set proxy_pass to your backend server.

3. Run!
docker-compose up -d
4. Verify
# Check logs
docker-compose logs -f nginx-ssl

# Check HTTPS
curl -I https://example.com

Tag summary

Content type

Image

Digest

sha256:cca97f6dd

Size

43.9 MB

Last updated

10 months ago

docker pull vovan/nginx-ssl