aboutsummaryrefslogtreecommitdiff
path: root/etc/brep-apache2.conf
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-16 15:10:34 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-17 14:13:45 +0200
commitcd2af2685059c4d8975a714776a0847a7feff072 (patch)
tree05a513328b4b864107049a0a5b92ee5ca92e7a41 /etc/brep-apache2.conf
parentb15d964d899c844eb2b4d92b8242480f8a557d5b (diff)
Apache devel configuration adapted to new option names
Diffstat (limited to 'etc/brep-apache2.conf')
-rw-r--r--etc/brep-apache2.conf16
1 files changed, 8 insertions, 8 deletions
diff --git a/etc/brep-apache2.conf b/etc/brep-apache2.conf
index 6f806e8..bd8cd0c 100644
--- a/etc/brep-apache2.conf
+++ b/etc/brep-apache2.conf
@@ -18,14 +18,14 @@ LoadModule alias_module modules/mod_alias.so
# To use a repository root other than /pkg/, replace all occurrences of
# /pkg/ with the desired alternative root (use '/' for webserver root).
#
-brep-root /pkg/
-brep-db-host localhost
-brep-db-port 5432
-brep-search-results 10
-brep-pager-pages 5
-brep-description-len 500
-brep-changes-len 5000
-brep-log-verbosity 0
+brep-root /pkg/
+brep-db-host localhost
+brep-db-port 5432
+brep-search-results 10
+brep-search-pages 5
+brep-package-description 500
+brep-package-changes 5000
+brep-verbosity 0
# To override brep module options place them into the separate configuration
# file, suppressing the "brep-" prefix.