diff options
author | Linus Nordberg <linus@nordberg.se> | 2014-03-21 09:33:38 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-03-21 09:33:38 +0100 |
commit | cac6c3f6f0c2e00207accfd82a4611aa7a6c135c (patch) | |
tree | 90eef4896bb414734564ed0793b7e45e5e6e8895 /src/tools/httpd_inets.config | |
parent | 9313176f16f6ab7426af3f254f7a43ed28bb9a05 (diff) |
Add httpd props file and a READM explaining this.
Diffstat (limited to 'src/tools/httpd_inets.config')
-rw-r--r-- | src/tools/httpd_inets.config | 4 |
1 files changed, 2 insertions, 2 deletions
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"}]} ]}]}]. |