diff options
Diffstat (limited to 'httpd_props.conf')
-rw-r--r-- | httpd_props.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/httpd_props.conf b/httpd_props.conf index bc5f726..aa1daf0 100644 --- a/httpd_props.conf +++ b/httpd_props.conf @@ -10,9 +10,9 @@ %%{script_re_write, {"^/ct/v1/(.*)_(.*)$", "/ct/v1/\\1-\\2"}}, {erl_script_alias, {"/ct", [v1]}}, {erl_script_nocache, true}, - {error_log, "ctls/webroot/log/error"}, - {security_log, "ctls/webroot/log/security"}, - {transfer_log, "ctls/webroot/log/transfer"}, + {error_log, "log/error"}, + {security_log, "log/security"}, + {transfer_log, "log/transfer"}, {socket_type, {essl, % See ssl(3erl) for SSL options. [{certfile, "ctls/webroot/certs/webcert.pem"}, |