summaryrefslogtreecommitdiff
path: root/ereproxy.app
diff options
context:
space:
mode:
Diffstat (limited to 'ereproxy.app')
-rw-r--r--ereproxy.app8
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}}
+ ]}.
contact: Jan Huwald // Impressum