From 1de1e45d2496e649f770530febcbe9c0dd37aba0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 22 Dec 2015 14:58:04 +0200 Subject: Bugfix: wrong apache configuration Location directive --- etc/brep-apache2.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'etc') diff --git a/etc/brep-apache2.conf b/etc/brep-apache2.conf index 79ebc37..7f999c3 100644 --- a/etc/brep-apache2.conf +++ b/etc/brep-apache2.conf @@ -10,16 +10,17 @@ # 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 Alias directives below. + # repository root, don't forget to also change Location and Alias + # directives below. # brep-root /pkg/ - + SetHandler brep - DirectoryIndex disabled - DirectorySlash Off + DirectoryIndex disabled + DirectorySlash Off -- cgit v1.1