mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04: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:
parent
651c8702cb
commit
cd0ae93ddc
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue