Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoona Hoikkala <joona@kuori.org>2015-12-11 10:18:00 +0300
committerJoona Hoikkala <joona@kuori.org>2015-12-11 10:18:00 +0300
commit48b1240451b3dafd9228baa400633317df784654 (patch)
tree1693dd595cc93518180d0781729ccdf5be3c74fc /letsencrypt-apache
parent2a259ef2ffd73f48e9071fbbf33c88e35eece3f1 (diff)
Removed redundant config parsing directive.
Diffstat (limited to 'letsencrypt-apache')
-rw-r--r--letsencrypt-apache/letsencrypt_apache/parser.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/letsencrypt-apache/letsencrypt_apache/parser.py b/letsencrypt-apache/letsencrypt_apache/parser.py
index 4ab2b82a0..0289c57d8 100644
--- a/letsencrypt-apache/letsencrypt_apache/parser.py
+++ b/letsencrypt-apache/letsencrypt_apache/parser.py
@@ -58,9 +58,6 @@ class ApacheParser(object):
# Set up rest of locations
self.loc.update(self._set_locations())
- # Take the CentOS layout into account, httpd.conf not in httpd root
- self._parse_file(os.path.join(self.root, "conf") + "/httpd.conf")
-
# Must also attempt to parse virtual host root
self._parse_file(self.vhostroot + "/*.conf")