selfhost-web.Caddyfile 112 B

12345678910
  1. {
  2. admin off
  3. persist_config off
  4. }
  5. :80 :3000 {
  6. try_files {path} /
  7. root * /site/selfhost-web
  8. file_server
  9. }