mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Be more explicit in the configuration file parsing in vhost directory, augeas will silently fail if it encounters something funny
This commit is contained in:
@@ -62,7 +62,7 @@ class ApacheParser(object):
|
||||
self._parse_file(os.path.join(self.root, "conf") + "/httpd.conf")
|
||||
|
||||
# Must also attempt to parse virtual host root
|
||||
self._parse_file(self.vhostroot + "/*")
|
||||
self._parse_file(self.vhostroot + "/*.conf")
|
||||
|
||||
|
||||
def init_modules(self):
|
||||
|
||||
Reference in New Issue
Block a user