set certbot as default server

This commit is contained in:
Andreas Gairing 2018-09-13 17:52:57 +02:00
parent 467db4f64f
commit 06e08af0d7
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
server {
# Listen on plain old HTTP
listen 80;
listen 80 default_server;
# Pass this particular URL off to certbot, to authenticate HTTPS certificates
location '/.well-known/acme-challenge' {