diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-04 16:28:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-04 16:28:33 +0200 |
commit | 7ef4c9bcf1873862d59d071af07be0679fb44054 (patch) | |
tree | 06b0dcbb8ba38fe47a8d69053a3993d6c11f754e /INSTALL | |
parent | 1de1e45d2496e649f770530febcbe9c0dd37aba0 (diff) |
Use /pkg instead of /pkg/ in brep-root for consistency with Location
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 <Location "/pkg"> SetHandler brep |