diff options
| author | Alexander Kavon <me+git@alexkavon.com> | 2025-07-02 14:43:11 -0400 |
|---|---|---|
| committer | Alexander Kavon <me+git@alexkavon.com> | 2025-07-02 14:43:11 -0400 |
| commit | 9424f9c207ed3f270465250c0fcb5bf49e59c0c0 (patch) | |
| tree | 203b95d45268928969672c17821630e8a3676b27 /Caddyfile | |
| parent | 2643184be41f577e3c19d762894b26667560bbe3 (diff) | |
add head.xsl template, make Caddyfile work, add pure.css dev import
Diffstat (limited to 'Caddyfile')
| -rw-r--r-- | Caddyfile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 } |
