diff options
author | Magnus Ahltorp <map@kth.se> | 2014-10-20 14:33:41 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-10-24 15:01:33 +0200 |
commit | 194c9aa3b8c463fa487dc9ef7e172332a8d94d72 (patch) | |
tree | 1d7ca4494f826677e721707e306c4e06ce7a20d1 /httpd_props.conf | |
parent | 86419f500e74386a4613d4cee0aab66e129d7ed5 (diff) |
Added external merging support
Diffstat (limited to 'httpd_props.conf')
-rw-r--r-- | httpd_props.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd_props.conf b/httpd_props.conf index ae4c7be..9ea7b30 100644 --- a/httpd_props.conf +++ b/httpd_props.conf @@ -8,7 +8,7 @@ {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", [v1]}}, + {erl_script_alias, {"/ct", [v1, frontend]}}, {erl_script_nocache, true}, {error_log, "log/error"}, {security_log, "log/security"}, |