```- id: "ory:hydra:admin" upstream: preserv...
# ory-selfhosting
l
Copy code
- id: "ory:hydra:admin"
  upstream:
    preserve_host: true
    url: "<http://10.10.10.14:4445>"
    strip_path: "/oauth/admin"
  match:
    url: "<http://proxy.whatever.com/oauth/admin/><**>"
    methods:
      - GET
      - POST
      - PUT
      - DELETE
      - PATCH
  authenticators:
    - handler: noop
  authorizer:
    handler: allow
  mutators:
    - handler: noop