diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-02 08:37:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-02 08:37:15 +0200 |
commit | 207e5156c5664822e0aee8bcc3057adc61027f5b (patch) | |
tree | 2a74a00e551e545f031a43510c241cb6e4a0f1ed /etc | |
parent | fa1fca26c52df81d7de43e4dcfcbf6fba55c35c4 (diff) |
Update INSTALL instructions
Diffstat (limited to 'etc')
-rw-r--r-- | etc/brep-apache2.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/brep-apache2.conf b/etc/brep-apache2.conf index 2d04a1b..b7a481e 100644 --- a/etc/brep-apache2.conf +++ b/etc/brep-apache2.conf @@ -43,7 +43,7 @@ Alias /pkg/@/ /home/brep/install/share/brep/www/ <Directory "/home/brep/install/share/brep/www"> - Require all granted + Require all granted </Directory> # You can also serve the repository files from the repository root. @@ -54,5 +54,5 @@ #AliasMatch ^/pkg/(\d+)/(.+) /path/to/repo/$1/$2 # #<Directory "/path/to/repo"> - # Require all granted + # Require all granted #</Directory> |