mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
update docstring
This commit is contained in:
parent
7567cdb0ce
commit
8022d6c6f0
1 changed files with 2 additions and 0 deletions
|
|
@ -228,6 +228,8 @@ class NginxConfigurator(common.Installer):
|
|||
hostname. Currently we just ignore this.
|
||||
|
||||
:param str target_name: domain name
|
||||
:param bool raise_if_no_match: True iff not finding a match is an error;
|
||||
otherwise, return None
|
||||
|
||||
:returns: ssl vhost associated with name
|
||||
:rtype: :class:`~certbot_nginx.obj.VirtualHost`
|
||||
|
|
|
|||
Loading…
Reference in a new issue