From c429a15edf5cb8511ea0d1a96af5b28c6e450043 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Tue, 16 Jan 2018 21:45:20 -0800 Subject: [PATCH] filter defaults --- certbot-apache/certbot_apache/configurator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot-apache/certbot_apache/configurator.py b/certbot-apache/certbot_apache/configurator.py index 295c7cee6..1b2430def 100644 --- a/certbot-apache/certbot_apache/configurator.py +++ b/certbot-apache/certbot_apache/configurator.py @@ -449,7 +449,7 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator): nonssl_vhosts = [i for i in self.vhosts if not i.ssl] return self._find_best_vhost(target, nonssl_vhosts, filter_defaults) - def _find_best_vhost(self, target_name, vhosts=None, filter_defaults=False): + def _find_best_vhost(self, target_name, vhosts=None, filter_defaults=True): """Finds the best vhost for a target_name. This does not upgrade a vhost to HTTPS... it only finds the most