mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 04:29:02 -04:00
add missing options.
from Daniel Chavez via patches@
This commit is contained in:
parent
3299f60df4
commit
917d4d7636
@ -54,7 +54,7 @@ workers 4
|
||||
#worker_accept_threshold 16
|
||||
|
||||
# What should the Kore parent process do if a worker
|
||||
# process unexpectly exits. The default policy is that
|
||||
# process unexpectedly exits. The default policy is that
|
||||
# the worker process is automatically restarted.
|
||||
#
|
||||
# If you want the kore server to exit if a worker dies
|
||||
@ -192,6 +192,13 @@ validator v_session function v_session_validate
|
||||
# Required DH parameters for TLS.
|
||||
#tls_dhparam dh2048.pem
|
||||
|
||||
# OpenBSD specific settings.
|
||||
# Add more pledges if your application requires more privileges.
|
||||
# All worker processes call pledge(2) after dropping privileges
|
||||
# (even if -rn was specified).
|
||||
# By default Kore will use the following promises: "stdio rpath inet error"
|
||||
#pledge dns wpath
|
||||
|
||||
# Authentication configuration
|
||||
#
|
||||
# Using authentication blocks you can define a standard way for
|
||||
|
Loading…
x
Reference in New Issue
Block a user