diff options
author | Jan Huwald <jh@sotun.de> | 2012-06-04 12:43:43 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2012-06-04 12:43:43 (GMT) |
commit | f33aa706efbcfd0663a9bda060972081ea47e8f4 (patch) | |
tree | 7a7cccbc998517bdef4e787495c46112e3540276 /ereproxy.app |
Initial commit
Diffstat (limited to 'ereproxy.app')
-rw-r--r-- | ereproxy.app | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ereproxy.app b/ereproxy.app new file mode 100644 index 0000000..eee2f52 --- /dev/null +++ b/ereproxy.app @@ -0,0 +1,8 @@ +{application, ereproxy, + [{description, "HTTP reverse proxy"}, + {vsn, "0"}, + {modules, [ereproxy_con, ereproxy_logger]}, + {registered, [ereproxy_logger]}, + {included_applications, [crypto, public_key, ssl]}, + {mod, {ereproxy, ereproxy_config}} + ]}. |