mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:31:51 +02:00
Case insensitive matching
This commit is contained in:
@@ -441,7 +441,7 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator):
|
|||||||
is_enabled = self.is_site_enabled(filename)
|
is_enabled = self.is_site_enabled(filename)
|
||||||
|
|
||||||
macro = False
|
macro = False
|
||||||
if "/Macro/" in path:
|
if "/macro/" in path.lower():
|
||||||
macro = True
|
macro = True
|
||||||
|
|
||||||
vhost = obj.VirtualHost(filename, path, addrs, is_ssl,
|
vhost = obj.VirtualHost(filename, path, addrs, is_ssl,
|
||||||
|
|||||||
Reference in New Issue
Block a user