all repos — homestead @ 1b39fef5f4683391da076827a1dba6e31162f0f1

Code for my website

Deploy to fly.io

Alan Pearce
commit

1b39fef5f4683391da076827a1dba6e31162f0f1

parent

f8d8abe77ccce829ac42e988d65530c0bfd98313

1 file changed, 11 insertions(+), 2 deletions(-)

changed files
M CaddyfileCaddyfile
@@ -1,5 +1,14 @@
-http:// { - root * public/ +{ + admin off + persist_config off +} + +:9091 { + metrics +} + +:8080 { + root * {$SITE_ROOT} file_server { precompressed br zstd gzip }