proxy:
host: 172.17.0.2
tls:
key_store:
path: /path/to/keystore.pem
password: VerySecure!
timeout:
read: 1s
write: 2s
idle: 30s
connections_limit:
max_per_host: 20
max_idle: 100
max_idle_per_host: 10
buffer_limit:
read: 4KB
write: 10KB
trusted_proxies:
- 192.168.1.0/24
cors:
allowed_origins:
- example.org
allowed_methods:
- HEAD
- PATCH
allow_credentials: true
max_age: 10s
respond:
verbose: true
with:
authentication_error:
code: 404
authorization_error:
code: 404