Initial release
This commit is contained in:
parent
be71075e18
commit
9818566369
10 changed files with 634 additions and 0 deletions
13
config.yml.example
Normal file
13
config.yml.example
Normal 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
|
Reference in a new issue