From 7ce1b0bc2aa119f232b2c95bb6f5cf69470712a9 Mon Sep 17 00:00:00 2001 From: packetcat Date: Fri, 11 Nov 2022 11:17:01 -0500 Subject: [PATCH] add acme-challenge config --- ubuntu/deirdre.asininetech.net.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ubuntu/deirdre.asininetech.net.yml b/ubuntu/deirdre.asininetech.net.yml index 70b4a29..190a558 100644 --- a/ubuntu/deirdre.asininetech.net.yml +++ b/ubuntu/deirdre.asininetech.net.yml @@ -14,6 +14,10 @@ - listen *:80 - listen [::]:80 - server_name munin.tenforward.social + - location /.well-known/acme-challenge/ { + root /var/www/html; + allow all; + } - return 301 "https://$host$request_uri" munin.tenforward.social.https: - listen *:443 ssl http2