aboutsummaryrefslogtreecommitdiff
path: root/Caddyfile
diff options
context:
space:
mode:
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
}