mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +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")
|
self._parse_file(os.path.join(self.root, "conf") + "/httpd.conf")
|
||||||
|
|
||||||
# Must also attempt to parse virtual host root
|
# Must also attempt to parse virtual host root
|
||||||
self._parse_file(self.vhostroot + "/*")
|
self._parse_file(self.vhostroot + "/*.conf")
|
||||||
|
|
||||||
|
|
||||||
def init_modules(self):
|
def init_modules(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user