Remove onload, it's gone

This commit is contained in:
Joris Vink 2013-12-17 11:48:53 +01:00
parent 84d2c7fa0d
commit ddf23ef65b
1 changed files with 3 additions and 4 deletions

View File

@ -21,9 +21,6 @@ workers 4
# Store the main process its pid in this file.
#pidfile /var/run/kore.pid
# The onload function is called everytime the module is loaded or reloaded.
#onload myinit
# You can define a callback Kore calls from its parent process or
# workers everytime the kore_cb_interval timer (in milliseconds) is reached.
#
@ -50,7 +47,9 @@ workers 4
#http_keepalive_time 20
#http_hsts_enable 31536000
# Specifies what module to be loaded.
# Load modules (you can load multiple at the same time).
# An additional parameter can be specified as the "onload" function
# which Kore will call when the module is loaded/reloaded.
load modules/example/example.module
# Validators