diff options
Diffstat (limited to 'example.conf.hcl')
| -rw-r--r-- | example.conf.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example.conf.hcl b/example.conf.hcl index e6f9d51..9274fa4 100644 --- a/example.conf.hcl +++ b/example.conf.hcl @@ -4,7 +4,7 @@ server http { proxy a { from { - host = "a.localhost" + host = "a.localhost:8000" } to { host = "127.0.0.1" @@ -30,7 +30,7 @@ server http { proxy c { from { - host = "c.localhost" + host = "c.localhost:8000" path = "/c/" } to { |
