mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
ServerName and ServerAlias are directives, not directories (#4632)
This commit is contained in:
parent
6670f828ef
commit
3752ed4ee2
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ def _vhost_menu(domain, vhosts):
|
|||
msg = ("Encountered vhost ambiguity but unable to ask for user guidance in "
|
||||
"non-interactive mode. Currently Certbot needs each vhost to be "
|
||||
"in its own conf file, and may need vhosts to be explicitly "
|
||||
"labelled with ServerName or ServerAlias directories.")
|
||||
"labelled with ServerName or ServerAlias directives.")
|
||||
logger.warning(msg)
|
||||
raise errors.MissingCommandlineFlag(msg)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue