serving index.html

This commit is contained in:
2025-11-16 13:24:11 +00:00
parent ed7bf5b983
commit 53bb14d7a3
2 changed files with 1 additions and 5 deletions

View File

@@ -14,9 +14,5 @@ http {
location ~ /.well-known/acme-challenge/ {
root /var/www/certbot;
}
location / {
proxy_pass http://helloworld:8000/;
}
}
}