diff options
author | Magnus Ahltorp <map@kth.se> | 2014-10-25 02:08:25 +0200 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2014-10-25 02:08:25 +0200 |
commit | f0c78cf6c6caedffd1069b4c41e41ec8ca7fb1c7 (patch) | |
tree | c64fee211fd01f5a65d72236c4d37e342bb724ef /test/config/frontend-1-httpd.conf | |
parent | 574f96fba9fd01ec9725c5509f02ad13d8ab8793 (diff) |
Move internal HTTP APIs to mochiweb.
Diffstat (limited to 'test/config/frontend-1-httpd.conf')
-rw-r--r-- | test/config/frontend-1-httpd.conf | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/test/config/frontend-1-httpd.conf b/test/config/frontend-1-httpd.conf deleted file mode 100644 index 70f91ee..0000000 --- a/test/config/frontend-1-httpd.conf +++ /dev/null @@ -1,21 +0,0 @@ -%%% Copyright (c) 2014, NORDUnet A/S. -%%% See LICENSE for licensing information. -[ - {port, 8082}, - {bind_address, {127, 0, 0, 1}}, - {server_name, "flimsy"}, - {server_root, "catlfish/webroot"}, - {document_root, "catlfish/webroot/docroot"}, - {modules, [mod_alias, mod_auth, mod_esi, mod_get, mod_head, - mod_log, mod_disk_log]}, - {erl_script_alias, {"/ct", [frontend]}}, - {erl_script_nocache, true}, - {error_log, "log/error"}, - {security_log, "log/security"}, - {transfer_log, "log/transfer"}, - {socket_type, - {essl, % See ssl(3erl) for SSL options. - [{certfile, "catlfish/webroot/certs/webcert.pem"}, - {keyfile, "catlfish/webroot/keys/webkey.pem"}, - {cacertfile, "catlfish/webroot/certs/webcert.pem"}]}} -]. |