diff options
author | Magnus Ahltorp <map@kth.se> | 2014-10-20 14:33:41 +0200 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2014-10-24 14:41:10 +0200 |
commit | 5d02756b2daa779023e2df4d41dbbd06289e3ac9 (patch) | |
tree | af0bd26c4a057c0638281fcdf844da8ca51c92d5 /httpd_props.conf | |
parent | efdfea856954e11199750c324075237e346c714a (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"}, |