summaryrefslogtreecommitdiff
path: root/etc/couchdb/couch_httpd.conf.tpl.in
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2008-06-16 16:44:50 +0000
committerNoah Slater <nslater@apache.org>2008-06-16 16:44:50 +0000
commitb74e6688a21a0b412ed4b76349260e962ca755e7 (patch)
treebd27cdf45167c379dc934b790d9cd492618961e7 /etc/couchdb/couch_httpd.conf.tpl.in
parent5a8ba1a79b6887a54896f8d15b1462a28405b1df (diff)
renamed directory variables, stage one
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@668231 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc/couchdb/couch_httpd.conf.tpl.in')
-rw-r--r--etc/couchdb/couch_httpd.conf.tpl.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/couchdb/couch_httpd.conf.tpl.in b/etc/couchdb/couch_httpd.conf.tpl.in
index e4d27493..19d6d10c 100644
--- a/etc/couchdb/couch_httpd.conf.tpl.in
+++ b/etc/couchdb/couch_httpd.conf.tpl.in
@@ -5,7 +5,7 @@ Port 5984
ServerName localhost
SocketType ip_comm
Modules mod_couch mod_get mod_log
-ServerRoot %pkgconfdir%
-DocumentRoot %pkgdatadir%/www
-ErrorLog %pkgstatelogdir%/http_error.log
-TransferLog %pkgstatelogdir%/http_access.log
+ServerRoot %localconfdir%
+DocumentRoot %localdatadir%/www
+ErrorLog %localstatelogdir%/http_error.log
+TransferLog %localstatelogdir%/http_access.log