From 0a3805f0c79fb81b08dac0b0d3677ea66801624a Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Mon, 23 Aug 2010 23:41:17 -0400 Subject: install directly to {{prefix}} --- rel/overlay/etc/default.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'rel') diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini index d055217e..feecb61f 100644 --- a/rel/overlay/etc/default.ini +++ b/rel/overlay/etc/default.ini @@ -16,7 +16,7 @@ n=3 [chttpd] port = 5984 backlog = 512 -docroot = {{core_dir}}/var/share/www +docroot = {{prefix}}/var/share/www [httpd] port = 5986 @@ -43,7 +43,7 @@ timeout = 600 ; number of seconds before automatic logout auth_cache_size = 50 ; size is number of cache entries [query_servers] -javascript = {{core_dir}}/bin/couchjs {{core_dir}}/var/share/server/main.js +javascript = {{prefix}}/bin/couchjs {{prefix}}/var/share/server/main.js [query_server_config] reduce_limit = true @@ -60,9 +60,9 @@ auth_cache={couch_auth_cache, start_link, []} [httpd_global_handlers] / = {couch_httpd_misc_handlers, handle_welcome_req, <<"Welcome">>} -favicon.ico = {couch_httpd_misc_handlers, handle_favicon_req, "{{core_dir}}/var/share/www"} +favicon.ico = {couch_httpd_misc_handlers, handle_favicon_req, "{{prefix}}/var/share/www"} -_utils = {couch_httpd_misc_handlers, handle_utils_dir_req, "{{core_dir}}/var/share/www"} +_utils = {couch_httpd_misc_handlers, handle_utils_dir_req, "{{prefix}}/var/share/www"} _all_dbs = {couch_httpd_misc_handlers, handle_all_dbs_req} _active_tasks = {couch_httpd_misc_handlers, handle_task_status_req} _config = {couch_httpd_misc_handlers, handle_config_req} -- cgit v1.2.3