commit 6195bf646ccf4d6b89975e4ed7505d7d5022ccd8
parent 89b603c2476a1d6319606bffabf4e70eb6f44cfa
Author: Joris Vink <joris@coders.se>
Date: Wed, 2 Apr 2014 00:06:35 +0200
Change path to reflect new contrib folder
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/modules/example/module.conf b/contrib/modules/example/module.conf
@@ -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
diff --git a/contrib/modules/pgsql_test/module.conf b/contrib/modules/pgsql_test/module.conf
@@ -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 {