Adjust deafault vhost configuration.
This commit is contained in:
parent
e92b105a59
commit
2f2fcc6e18
@ -300,6 +300,12 @@ server {
|
||||
|
||||
server_name _ ;
|
||||
|
||||
# Include location directive for Let's Encrypt ACME Challenge
|
||||
#
|
||||
# Needed for (automated) updating certificate
|
||||
#
|
||||
include snippets/letsencrypt-acme-challenge.conf;
|
||||
|
||||
EOF
|
||||
if [[ $? -ne 0 ]] ; then
|
||||
_failed=true
|
||||
|
Loading…
Reference in New Issue
Block a user