document conduit direct TLS support + logging
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
67b307c75b
commit
07772f2fed
2 changed files with 23 additions and 3 deletions
|
@ -276,4 +276,15 @@ allow_check_for_updates = true
|
|||
#presence_idle_timeout_s = 300
|
||||
|
||||
# Config option to control how many seconds before presence updates that you are offline. Defaults to 30 minutes.
|
||||
#presence_offline_timeout_s = 1800
|
||||
#presence_offline_timeout_s = 1800
|
||||
|
||||
|
||||
|
||||
# Other options not in [global]:
|
||||
#
|
||||
#
|
||||
# Enables running conduwuit with direct TLS support
|
||||
# It is strongly recommended you use a reverse proxy instead. This is primarily relevant for test suites like complement that require a private CA setup.
|
||||
# [global.tls]
|
||||
# certs = "/path/to/my/certificate.crt"
|
||||
# key = "/path/to/my/private_key.key"
|
Loading…
Add table
Add a link
Reference in a new issue