[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[snapshot/master] Allow access to the git repositories



---
 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


Reply to: