This commit is contained in:
2025-11-25 22:41:29 +00:00
parent 12cf1aef62
commit d448eeff90
4 changed files with 13 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ http {
ssl_certificate_key /etc/letsencrypt/live/$DOMAIN/privkey.pem;
location / {
try_files $uri $uri/ =404;
try_files $uri $uri/ /index.html;
}
location ~ /.well-known/acme-challenge/ {