blob: adaad486e4f404c307bf42e1309c4ed56ee3a1fa (
plain)
1
2
3
4
5
6
|
%% ctls configuration file (-*- erlang -*-)
%% Start like this:
%% $ erl -boot start_sasl -config ctls -run inets
[{inets,
[{services,
[{httpd, [{proplist_file, "httpd_props.conf"}]}]}]}].
|