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

[snapshot/master] Fix git repos, use Location instead of Directory



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

diff --git a/etc/apache.conf b/etc/apache.conf
index 183a100..592c398 100644
--- a/etc/apache.conf
+++ b/etc/apache.conf
@@ -26,9 +26,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>
+  <Location /gits/>
     Require all granted
-  </Directory>
+  </Location>
   <Directory /srv/snapshot.debian.org/web/public>
     Require all granted
   </Directory>
-- 
2.1.4


Reply to: