diff options
Diffstat (limited to 'etc/brep-apache2.conf')
-rw-r--r-- | etc/brep-apache2.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/brep-apache2.conf b/etc/brep-apache2.conf index 7f999c3..f783e35 100644 --- a/etc/brep-apache2.conf +++ b/etc/brep-apache2.conf @@ -7,13 +7,13 @@ 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 - # the repository URL is http://example.org/pkg/. Specify / to use the + # 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. + # directives below. # - brep-root /pkg/ + brep-root /pkg <Location "/pkg"> SetHandler brep @@ -36,7 +36,7 @@ Error "mod_alias is not enabled" </IfModule> - # Note: trailing slashes are important! + # Note: trailing slashes are important! # Alias /pkg/@/ /home/brep/install/share/brep/www/ |