add acme-challenge config
This commit is contained in:
parent
a3d69e2a1c
commit
7ce1b0bc2a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue