| summaryrefslogtreecommitdiff | 
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2017-11-28 18:23:47 +0100 | 
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2017-11-28 18:23:47 +0100 | 
| commit | cd729553daf0680666f39b39991eeff80e0eca3e (patch) | |
| tree | 1707daa7eaf820a4dc9bb26a396e23eb19b7658c /conf | |
| parent | f539b7072c357339328d9bfd54f1f1ed51828586 (diff) | |
Got it to run.
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/yaws.conf | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/conf/yaws.conf b/conf/yaws.conf index 6b9603b..6127741 100644 --- a/conf/yaws.conf +++ b/conf/yaws.conf @@ -108,8 +108,8 @@ keepalive_timeout = 30000  <server *>          port = 8000          listen = 0.0.0.0 -        docroot = /my/src/tacticians-server/www/ +         docroot = /my/src/tacticians-server/www/          auth_log = true -        appmods = <cgi-bin, yaws_appmod_cgi> +        appmods = character_turn load_state          start_mod = handler  </server> | 


