From f9c72b3d8f047b107449a7c6db8a602fd5535438 Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Fri, 14 Oct 2022 22:57:09 +0100 Subject: Initial commit --- Caddyfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Caddyfile (limited to 'Caddyfile') diff --git a/Caddyfile b/Caddyfile new file mode 100644 index 0000000..02ba6af --- /dev/null +++ b/Caddyfile @@ -0,0 +1,6 @@ +localhost { + encode gzip + root * . + try_files {path} /index.html + file_server +} \ No newline at end of file -- cgit v1.2.3-ZIG