---
 etc/apache.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/etc/apache.conf b/etc/apache.conf
index 8dd4c29..37fdf95 100644
--- a/etc/apache.conf
+++ b/etc/apache.conf
@@ -1,3 +1,4 @@
+
 # vim: set ts=2 sw=2 et si sm:
 
 WSGIDaemonProcess snapshot.debian.org user=nobody group=nogroup home=/ 
processes=4 threads=10 maximum-requests=5000 inactivity-timeout=1800 umask=0077 
display-name=wsgi-snapshot.debian.org
@@ -26,6 +27,9 @@ WSGIDaemonProcess snapshot.debian.org user=nobody 
group=nogroup home=/ processes
   RewriteCond  %{HTTP_HOST} ^snapshot.debian.net$
   RewriteRule ^/(.*)$ http://snapshot.debian.org/ [R]
 
+  <Directory /srv/snapshot.debian.org/all-git>
+    Require all granted
+  </Directory>
   <Directory /srv/snapshot.debian.org/web/public>
     Require all granted
   </Directory>
-- 
2.1.4


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: https://lists.debian.org/[email protected]

Reply via email to