backend.Caddyfile 80 B

12345678
  1. {
  2. admin off
  3. persist_config off
  4. }
  5. :80 :3170 {
  6. reverse_proxy localhost:8080
  7. }