add letsencrypt bundle

This commit is contained in:
Franzi 2020-06-01 10:26:37 +02:00
parent 04f2baacf4
commit dc9e8dc679
Signed by: kunsi
GPG key ID: 12E3D2136B818350
5 changed files with 37 additions and 2 deletions

View file

@ -2,12 +2,12 @@ server {
listen 80 default_server;
listen [::]:80 default_server;
server_name _;
location / {
return 301 https://$host$request_uri;
}
location /.well-known/acme-challenge/ {
alias /var/www/default/.well-known/acme-challenge/;
alias /var/lib/dehydrated/acme-challenges/;
}
}