diff options
author | Linus Nordberg <linus@nordberg.se> | 2014-06-15 13:24:36 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-06-15 13:24:36 +0200 |
commit | df0ed1a898e2ae9301a5a9d99537fdd85b2f73f7 (patch) | |
tree | f3382a3bbefb002aaad6dc6392f2a90bac516877 /httpd_props.conf | |
parent | 68474f524989a616d1af5a3d1eba7534ce37fea4 (diff) |
Remove unused props.
Diffstat (limited to 'httpd_props.conf')
-rw-r--r-- | httpd_props.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/httpd_props.conf b/httpd_props.conf index 16ec0d3..cb8a30c 100644 --- a/httpd_props.conf +++ b/httpd_props.conf @@ -8,8 +8,6 @@ {document_root, "catlfish/webroot/docroot"}, {modules, [mod_alias, mod_auth, mod_esi, mod_get, mod_head, mod_log, mod_disk_log]}, - %%{re_write, {"^/ct/v1/(.*)$", "/ct/v1/https_server/\\1"}}, - %%{script_re_write, {"^/ct/v1/(.*)_(.*)$", "/ct/v1/\\1-\\2"}}, {erl_script_alias, {"/ct", [v1]}}, {erl_script_nocache, true}, {error_log, "log/error"}, |