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_config.hrl |
Initial commit
Diffstat (limited to 'ereproxy_config.hrl')
-rw-r--r-- | ereproxy_config.hrl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ereproxy_config.hrl b/ereproxy_config.hrl new file mode 100644 index 0000000..ad66949 --- /dev/null +++ b/ereproxy_config.hrl @@ -0,0 +1,6 @@ +-record(cfg, { + listen, % e.g. [{80, http}, {443, https}], + log_file = "/var/log/ereproxy", + max_peek = 65536, + ssl_opts = [] + }). |