aboutsummaryrefslogtreecommitdiff
path: root/Caddyfile
diff options
context:
space:
mode:
authorAlexander Kavon <me+git@alexkavon.com>2025-07-02 14:43:11 -0400
committerAlexander Kavon <me+git@alexkavon.com>2025-07-02 14:43:11 -0400
commit9424f9c207ed3f270465250c0fcb5bf49e59c0c0 (patch)
tree203b95d45268928969672c17821630e8a3676b27 /Caddyfile
parent2643184be41f577e3c19d762894b26667560bbe3 (diff)
add head.xsl template, make Caddyfile work, add pure.css dev import
Diffstat (limited to 'Caddyfile')
-rw-r--r--Caddyfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Caddyfile b/Caddyfile
index 27b58a4..fc56984 100644
--- a/Caddyfile
+++ b/Caddyfile
@@ -1,7 +1,8 @@
:8080
+root static
try_files {path}.xml {path}.html
file_server {
- index index.xml index.html
- root static
+ root static
+ index index.xml index.html
}