http:
  routers:
    whoami:
      entryPoints:
        - web
      middlewares:
        - "my-plugin@file"
      service: whoami
      rule: Host(`localhost`)
  services:
    whoami:
      loadBalancer:
        servers:
          - url: 'http://localhost:32768/'
  middlewares:
    my-plugin:
      plugin:
        pathresponse:
          pathresponses:

