sh-admin-subpath-access.Caddyfile 142 B

1234567891011
  1. :80 :3100 {
  2. handle_path /admin* {
  3. root * /site/sh-admin-subpath-access
  4. file_server
  5. try_files {path} /
  6. }
  7. handle {
  8. respond 404
  9. }
  10. }