Added certbot serving in laravel conf

This commit is contained in:
philtrep 2016-10-15 10:40:22 -04:00
parent 4030cc2f26
commit 48f8f3c02d
1 changed files with 5 additions and 0 deletions

View File

@ -22,6 +22,11 @@ server {
location ~ /\.ht {
deny all;
}
location /.well-known/acme-challenge/ {
root /var/www/letsencrypt/;
log_not_found off;
}
}