From 7ef4c9bcf1873862d59d071af07be0679fb44054 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 4 Jan 2016 16:28:33 +0200 Subject: Use /pkg instead of /pkg/ in brep-root for consistency with Location --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 234e3b6..1354921 100644 --- a/INSTALL +++ b/INSTALL @@ -149,13 +149,13 @@ can also find this fragment in install/share/brep/etc/brep-apache2.conf): LoadModule brep_module /home/brep/install/libexec/brep/mod_brep.so # Repository root. This is the part of the URL between the host name - # and the start of the repository. For example, root value /pkg/ means + # and the start of the repository. For example, root value /pkg means # the repository URL is http://example.org/pkg/. Specify / to use the # web server root (e.g., http://example.org/). If using a different # repository root, don't forget to also change Location and Alias # directives below. # - brep-root /pkg/ + brep-root /pkg SetHandler brep -- cgit v1.1