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 /catlfish.config | |
parent | 574f96fba9fd01ec9725c5509f02ad13d8ab8793 (diff) |
Move internal HTTP APIs to mochiweb.
Diffstat (limited to 'catlfish.config')
-rw-r--r-- | catlfish.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catlfish.config b/catlfish.config index 672f997..91868e5 100644 --- a/catlfish.config +++ b/catlfish.config @@ -10,7 +10,7 @@ {catlfish, [{known_roots_path, "known_roots"}, {https_servers, - [{"127.0.0.1", 8080, v1} + [{external_https_api, "127.0.0.1", 8080, v1} ]}, {https_certfile, "catlfish/webroot/certs/webcert.pem"}, {https_keyfile, "catlfish/webroot/keys/webkey.pem"}, |