aboutsummaryrefslogtreecommitdiff
path: root/etc/brep-apache2.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/brep-apache2.conf')
-rw-r--r--etc/brep-apache2.conf4
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>