Archived
1
0
Fork 0

Initial release

This commit is contained in:
Julien Riou 2019-03-08 18:14:22 +01:00
parent be71075e18
commit 9818566369
No known key found for this signature in database
GPG key ID: BA3E15176E45E85D
10 changed files with 634 additions and 0 deletions

13
config.yml.example Normal file
View file

@ -0,0 +1,13 @@
---
frontend:
host: 127.0.0.1
port: 8443
certfile: /path/to/certificate.pem
keyfile: /pat/to/keyfile.key
backend:
host: 127.0.0.1
port: 8008
scheme: http
cache:
ttl: 1
interval: 0.25