Minor tuning of Caddy configuration and improved documentation.

This commit is contained in:
Leo Vasanko
2025-09-25 19:12:11 -06:00
parent e514ae010d
commit eaca57f625
7 changed files with 87 additions and 14 deletions

View File

@@ -8,7 +8,8 @@ localhost {
# Public paths (no auth)
@public path /favicon.ico /.well-known/*
handle @public {
reverse_proxy :3000
root * /var/www/
file_server
}
# Respond with user's display name
handle_path /hello {