mirror of
https://github.com/certbot/certbot.git
synced 2026-06-13 18:50:20 -04:00
Fix faulty test (#6816)
This commit is contained in:
parent
198c447e77
commit
670e9d89b7
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#LoadModule ssl_module modules/mod_ssl.so
|
||||
|
||||
Listen 443
|
||||
<VirtualHost *:443>
|
||||
Listen 4443
|
||||
<VirtualHost *:4443>
|
||||
# The ServerName directive sets the request scheme, hostname and port that
|
||||
# the server uses to identify itself. This is used when creating
|
||||
# redirection URLs. In the context of virtual hosts, the ServerName
|
||||
|
|
|
|||
Loading…
Reference in a new issue