diff options
author | Magnus Ahltorp <map@kth.se> | 2014-10-20 14:33:41 +0200 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2014-10-22 16:41:41 +0200 |
commit | ba5e731d2998e8200121d9f96870a2c54889a6c4 (patch) | |
tree | 1a0da02c07c4fa5d9f104232ebc6bcf087b69449 /httpd_props.conf | |
parent | f0af87c5851f8c3c244eb5f5ac7921dc9a672c5a (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 cb8a30c..88cb94f 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"}, |