From 53d2c054d021c194f758f347431e72b5fa5c0cf1 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 5 May 2014 15:59:03 +0200 Subject: Add config and app files. --- ctls.config | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ctls.config (limited to 'ctls.config') 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"}]}]}]}]. -- cgit v1.1