mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-08-03 13:48:31 +00:00
support reloading config via SIGUSR1
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
a567e314e9
commit
2f449ba47d
7 changed files with 75 additions and 10 deletions
|
@ -1524,6 +1524,11 @@
|
|||
#
|
||||
#listening = true
|
||||
|
||||
# Enables configuration reload when the server receives SIGUSR1 on
|
||||
# supporting platforms.
|
||||
#
|
||||
#config_reload_signal = true
|
||||
|
||||
[global.tls]
|
||||
|
||||
# Path to a valid TLS certificate file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue