add acme-challenge config

This commit is contained in:
packetcat 2022-11-11 11:17:01 -05:00
parent a3d69e2a1c
commit 7ce1b0bc2a
1 changed files with 4 additions and 0 deletions

View File

@ -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