summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'conf/yaws.conf.m4')
-rw-r--r-- | conf/yaws.conf.m4 | 12 |
1 files changed, 6 insertions, 6 deletions
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 <server *> 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 </server> |