Files
aperture/sample-conf.yaml
2019-11-04 12:43:25 +01:00

12 lines
378 B
YAML

listenaddr: "localhost:8081"
# Use single quotes for regular expressions with special characters in them to
# avoid YAML parsing errors!
services:
- hostregexp: "service1.com"
pathregexp: '^/.*$'
address: "127.0.0.1:10009"
tlscertpath: "path-to-optional-tls-cert/tls.crt"
- hostregexp: "service2.com:8083"
pathregexp: '^/.*$'
address: "123.456.789:8082"