diff options
Diffstat (limited to 'ctls.config')
-rw-r--r-- | ctls.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ctls.config b/ctls.config new file mode 100644 index 0000000..adaad48 --- /dev/null +++ b/ctls.config @@ -0,0 +1,6 @@ +%% ctls configuration file (-*- erlang -*-) +%% Start like this: +%% $ erl -boot start_sasl -config ctls -run inets +[{inets, + [{services, + [{httpd, [{proplist_file, "httpd_props.conf"}]}]}]}]. |