diff options
author | Magnus Ahltorp <map@kth.se> | 2014-10-20 14:33:41 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-10-29 15:04:42 +0100 |
commit | 4325a43d3d1476cc601b631620df89340ec4c7e2 (patch) | |
tree | 2d7c404c61f5a68bce941b386432d1e56bc74974 /httpd_props.conf | |
parent | 80e21b72beb000a864c0fb5483a1fdeb9499c31d (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"}, |