From 6757189d54dc3965dd37cc2953a39b9340bbf1e9 Mon Sep 17 00:00:00 2001 From: Alexander Kavon Date: Mon, 30 Jun 2025 01:15:05 -0400 Subject: index page --- Caddyfile | 6 ++++++ index.html | 22 ++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 Caddyfile create mode 100644 index.html diff --git a/Caddyfile b/Caddyfile new file mode 100644 index 0000000..33bc4ff --- /dev/null +++ b/Caddyfile @@ -0,0 +1,6 @@ +:8080 + +rewrite / /index +redir /index / +try_files {path}.xml {path}.html +file_server diff --git a/index.html b/index.html new file mode 100644 index 0000000..6524dc5 --- /dev/null +++ b/index.html @@ -0,0 +1,22 @@ + + + Alexander F. Kavon + + + + + + + + -- cgit v1.2.3