bouncer/internal/bench/testdata/proxies/rewriter.yml
William Petit f35384c0f3
Some checks reported warnings
Cadoles/bouncer/pipeline/head This commit was not built
feat: create profiling package + rewrite profiling tutorial
2024-06-28 17:44:51 +02:00

13 lines
244 B
YAML

proxy:
from: ["*"]
to: ""
layers:
host-rewriter:
type: rewriter
enabled: true
options:
rules:
request:
- set_host(request.url.host)
- set_header("X-Proxied-With", "bouncer")