selfhost-web.Caddyfile 61 B

12345
  1. :80 :3000 {
  2. try_files {path} /
  3. root * /site
  4. file_server
  5. }