From 9aefd1937d870c0490bfbc7dc79b806138853eb7 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 9 Sep 2020 14:13:04 +0200 Subject: [PATCH] readme: add basic example config --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index a723e18..bcd0add 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,15 @@ A TLS reverse proxy. +- Automatic TLS with Let's Encrypt +- Route incoming connections to backends using Server Name Indication + +Example configuration: + + frontend example.org:443 { + backend localhost:8080 + } + ## License MIT