Update app.conf

main
micutu 2024-10-14 21:50:54 +00:00
parent 5cc711404e
commit 305db4b554
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ server {
location / {
return 301 https://$host$request_uri;
}
location /.well-known/acme-challenge/ {
root /var/www/certbot;
}
}
server {
listen 443 ssl;