readme: add basic example config

This commit is contained in:
Simon Ser 2020-09-09 14:13:04 +02:00
parent 137be93297
commit 9aefd1937d
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
1 changed files with 9 additions and 0 deletions

View File

@ -2,6 +2,15 @@
A TLS reverse proxy. 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 ## License
MIT MIT