Skip to content

Commit 48f8f3c

Browse files
committed
Added certbot serving in laravel conf
1 parent 4030cc2 commit 48f8f3c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

nginx/sites/default.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ server {
2222
location ~ /\.ht {
2323
deny all;
2424
}
25+
26+
location /.well-known/acme-challenge/ {
27+
root /var/www/letsencrypt/;
28+
log_not_found off;
29+
}
2530
}
2631

2732

0 commit comments

Comments
 (0)