sh-admin-multiport-setup.Caddyfile 124 B

12345678910
  1. {
  2. admin off
  3. persist_config off
  4. }
  5. :80 :3100 {
  6. try_files {path} /
  7. root * /site/sh-admin-multiport-setup
  8. file_server
  9. }