Caddyfile 57 B

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