mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 12:39:01 -04:00
Change path to reflect new contrib folder
This commit is contained in:
parent
89b603c247
commit
6195bf646c
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user