From 57e251e122e0f0d54c90103380aa83f80f0651fb Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 1 Jul 2023 07:34:41 +0200 Subject: Deploy to fly.io --- Caddyfile | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'Caddyfile') diff --git a/Caddyfile b/Caddyfile index 6e62a6d..df931b5 100644 --- a/Caddyfile +++ b/Caddyfile @@ -1,5 +1,14 @@ -http:// { - root * public/ +{ + admin off + persist_config off +} + +:9091 { + metrics +} + +:8080 { + root * {$SITE_ROOT} file_server { precompressed br zstd gzip } -- cgit 1.4.1