eugene-khyst / letsencrypt-docker-compose

Set up Nginx and Let’s Encrypt in less than 3 minutes with a Docker Compose project that automatically obtains and renews free Let's Encrypt SSL/TLS certificates and sets up HTTPS in Nginx for multiple domain names. Configuration is done using a simple CLI tool.
Apache License 2.0
473 stars 218 forks source link

Don't leak _arg values into next domain #53

Closed DavidS closed 1 year ago

DavidS commented 1 year ago

If one domain has www_subdomain set to true, the next domain with www_subdomain set to false would inherit the www_subdomain_arg value from the first. This fixes that.

eugene-khyst commented 1 year ago

@DavidS, thank you for the fixing this bug.