Change path to reflect new contrib folder

This commit is contained in:
Joris Vink 2014-04-02 00:06:35 +02:00
parent 89b603c247
commit 6195bf646c
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ workers 4
# 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 example_load
load contrib/modules/example/example.module example_load
# Validators
# validator name type regex|function

View File

@ -8,7 +8,7 @@ chroot /home/joris/src/kore
runas joris
workers 4
pidfile kore.pid
load modules/pgsql_test/pgsql_test.module
load contrib/modules/pgsql_test/pgsql_test.module
ssl_no_compression
domain localhost {