mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
This commit fixes an issue with the nginx parser where it would perform case-sensitive matching against server_name. This would cause the authenticator and installer to ignore existing virtualhosts containing uppercase characters, resulting in duplicate virtualhosts and broken configurations. "Exact" and "wildcard" matching is now case-insensitive. Regex-based matching will continue to respect the case mode of the pattern. Fixes #6776. |
||
|---|---|---|
| .. | ||
| _internal | ||
| __init__.py | ||