From d99f1e8b0efedf1286ab15c656a0ea874823865f Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Wed, 6 Jun 2018 22:27:15 +0200 Subject: ... it actually seems to work rather well. Quite a lot of missing db_query:op() though. --- conf/yaws.conf.m4 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'conf') diff --git a/conf/yaws.conf.m4 b/conf/yaws.conf.m4 index 8a68f0b..3f5b36b 100644 --- a/conf/yaws.conf.m4 +++ b/conf/yaws.conf.m4 @@ -4,17 +4,17 @@ # This is the directory where all logfiles for # all virtual servers will be written. -logdir = __MODULE_LOG_DIR +logdir = __MAKEFILE_LOG_DIR # These are the paths to directories where additional # beam code can be placed. The daemon will add these # directories to its search path. -ebin_dir = __MODULE_BIN_DIR +ebin_dir = __MAKEFILE_BIN_DIR # This is a directory where application specific .hrl # files can be placed. Application-specific .yaws code can # then include these .hrl files. -include_dir = __MODULE_INCLUDE_DIR +include_dir = __MAKEFILE_INCLUDE_DIR # Set this to an integer value to control # max number of connections from clients into the server. @@ -108,8 +108,8 @@ keepalive_timeout = 30000 port = 8000 listen = 0.0.0.0 - docroot = __MODULE_WWW_DIR + docroot = __MAKEFILE_WWW_DIR auth_log = true - appmods = __MODULE_APP_MODS - start_mod = handler + appmods = bm_character_turn bm_load_state + start_mod = bm_handler -- cgit v1.2.3-70-g09d2