mirror of
https://github.com/lightninglabs/aperture.git
synced 2026-01-14 23:04:23 +01:00
12 lines
378 B
YAML
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"
|