From 06e08af0d7f3ce2e3bd3e89fa177a4e1f127e8c6 Mon Sep 17 00:00:00 2001 From: Andreas Gairing Date: Thu, 13 Sep 2018 17:52:57 +0200 Subject: [PATCH] set certbot as default server --- nginx_conf.d/certbot.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx_conf.d/certbot.conf b/nginx_conf.d/certbot.conf index 15bf8e1..64007e1 100644 --- a/nginx_conf.d/certbot.conf +++ b/nginx_conf.d/certbot.conf @@ -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' {