summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--Caddyfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Caddyfile b/Caddyfile
new file mode 100644
index 0000000..f5cb3a2
--- /dev/null
+++ b/Caddyfile
@@ -0,0 +1,4 @@
+http://localhost:2001 {
+ file_server
+ try_files {path}.html {path}
+}