From 297d38b69efaa54f5585b806e7934375d2df9765 Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Sat, 15 Oct 2022 22:36:52 +0100 Subject: Initial commit --- Caddyfile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Caddyfile (limited to 'Caddyfile') diff --git a/Caddyfile b/Caddyfile new file mode 100644 index 0000000..cd50616 --- /dev/null +++ b/Caddyfile @@ -0,0 +1,9 @@ +localhost { + root * . + encode gzip + file_server + templates + try_files {path}.html {path} + redir /content content/ + rewrite /content/* content/index.html +} \ No newline at end of file -- cgit v1.2.3-ZIG