Welcome to Nginx!

🐳 Running in Docker

If you see this page, Nginx is working correctly.

Next Steps:

1. Configure your domain name in Nginx config

2. Run: docker exec certbot certbot certonly --webroot -w /var/www/certbot -d yourdomain.com

3. Update Nginx config to use SSL certificates

4. Reload Nginx: docker exec nginx nginx -s reload