mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 00:00:44 +02:00
change vhost to ssl_vhost, add header_name explanation in comments.
This commit is contained in:
@@ -772,9 +772,12 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator):
|
||||
|
||||
Checks to see if virtualhost already contains a header_name header
|
||||
|
||||
:param vhost: vhost to check
|
||||
:param ssl_vhost: vhost to check
|
||||
:type vhost: :class:`~letsencrypt_apache.obj.VirtualHost`
|
||||
|
||||
:param header_name: a header name, e.g: Strict-Transport-Security
|
||||
:type str
|
||||
|
||||
:returns: boolean
|
||||
:rtype: (bool)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user