aboutsummaryrefslogtreecommitdiffstats
path: root/templates/static.caddy.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/static.caddy.tmpl')
-rw-r--r--templates/static.caddy.tmpl5
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/static.caddy.tmpl b/templates/static.caddy.tmpl
deleted file mode 100644
index d04f6b0..0000000
--- a/templates/static.caddy.tmpl
+++ /dev/null
@@ -1,5 +0,0 @@
1{{.Domain}} {
2 root * {{.RootDir}}
3 file_server
4 encode gzip
5}