summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2018-07-12 17:10:30 +0200 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2018-07-12 17:10:30 +0200 |
commit | 0b2562792eb35c35b573fd9a79d1c73576e0d536 (patch) | |
tree | 0a42b767f19e6c1ea76fd9520c886a6716b26966 /conf | |
parent | 73bea4600f5bb3ad748d9bfa65ef6cd14e6bbd55 (diff) |
Shared sec. module, some renammings.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/yaws.conf.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/yaws.conf.m4 b/conf/yaws.conf.m4 index abd174e..0e96a29 100644 --- a/conf/yaws.conf.m4 +++ b/conf/yaws.conf.m4 @@ -110,6 +110,6 @@ keepalive_timeout = 30000 listen = 0.0.0.0 docroot = __MAKEFILE_WWW_DIR auth_log = true - appmods = btl_character_turn btl_load_state + appmods = btl_character_turn btl_load map_load start_mod = qry_handler </server> |