mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 14:54:24 -04:00
change vhost to ssl_vhost, add header_name explanation in comments.
This commit is contained in:
parent
67e9470179
commit
eb5e345c3e
1 changed files with 4 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue