From cac6c3f6f0c2e00207accfd82a4611aa7a6c135c Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 21 Mar 2014 09:33:38 +0100 Subject: Add httpd props file and a READM explaining this. --- src/tools/httpd_inets.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tools/httpd_inets.config') diff --git a/src/tools/httpd_inets.config b/src/tools/httpd_inets.config index aa3abf3..7baa8ef 100644 --- a/src/tools/httpd_inets.config +++ b/src/tools/httpd_inets.config @@ -26,6 +26,6 @@ %% 5> %% [{inets, [{services, [ - %%{httpd, [{proplist_file, "httpd_inets_props.conf"}]}, - {httpd, [{file, "httpd_config"}]} + {httpd, [{proplist_file, "httpd_inets_props.conf"}]} + %%{httpd, [{file, "httpd_config"}]} ]}]}]. -- cgit v1.1