fix config bug

This commit is contained in:
Jun Kurihara 2022-07-05 23:05:33 +09:00
commit 11db5507ff
No known key found for this signature in database
GPG key ID: 48ADFD173ED22B03
6 changed files with 17 additions and 4 deletions

View file

@ -45,7 +45,7 @@ reverse_proxy = [
] },
]
# Optional: TLS setting. if https_port is specified and tls is true above, this must be given.
tls = { https_redirection = true, tls_cert_path = 'localhost.pem', tls_cert_key_path = 'localhost.pem' }
tls = { https_redirection = true, tls_cert_path = './localhost.pem', tls_cert_key_path = './localhost.pem' }
## List of destinations to send data to.