mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
filter defaults
This commit is contained in:
parent
cb59903a40
commit
c429a15edf
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue