summaryrefslogtreecommitdiff
path: root/ctls.config
blob: c453492895efa09901ea18805e90407cb12f33c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%% ctls configuration file (-*- erlang -*-)
%% Start like this:
%% $ erl -boot start_sasl -config ctls -run inets
[{sasl,
  [{sasl_error_logger, false},
   {errlog_type, error},
   {error_logger_mf_dir, "log"},
   {error_logger_mf_maxbytes, 10485760},	% 10 MB
   {error_logger_mf_maxfiles, 10}]},
 {inets,
  [{services,
    [{httpd, [{proplist_file, "httpd_props.conf"}]}]}]}].