Caddyfile 85 B

1234567
  1. flow.hexasoftware.com {
  2. tls off
  3. rewrite / {
  4. regexp ^[^.]*$
  5. to /index.html
  6. }
  7. }