diff options
Diffstat (limited to 'conf.example.hcl')
| -rw-r--r-- | conf.example.hcl | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/conf.example.hcl b/conf.example.hcl deleted file mode 100644 index dfe18f8..0000000 --- a/conf.example.hcl +++ /dev/null @@ -1,35 +0,0 @@ -server http { - host = "127.0.0.1" - port = 8000 - - proxy a { - from { - host = "a.localhost" - } - to { - host = "127.0.0.1" - port = 8001 - } - } - - proxy b { - from { - path = "/b/" - } - to { - host = "127.0.0.1" - port = 8002 - } - } - - proxy c { - from { - host = "c.localhost" - path = "/c/" - } - to { - host = "127.0.0.1" - port = 8003 - } - } -} |
