parethesize `proxy', I'm about to change the syntax

This commit is contained in:
Omar Polo 2022-01-02 13:48:32 +00:00
parent ec5c5ced4a
commit e19f21f5a6
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ test_proxy_relay_to() {
server "localhost.local" {
cert "$PWD/cert.pem"
key "$PWD/key.pem"
proxy relay-to "localhost:$port"
proxy { relay-to "localhost:$port" }
}
EOF
run