From cd2af2685059c4d8975a714776a0847a7feff072 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 16 Dec 2015 15:10:34 +0200 Subject: Apache devel configuration adapted to new option names --- etc/brep-apache2.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'etc/brep-apache2.conf') 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. -- cgit v1.1