Caddyfile 214 B

12345678910
  1. :8090
  2. root * C:\inetpub\wwwroot\DRG
  3. file_server
  4. try_files {path} /index.html
  5. handle /iris-api/* {
  6. rewrite * /csp/drg/sysInternalMutiple/{path.strip_prefix /iris-api}
  7. reverse_proxy 111.229.137.113:52773
  8. }