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

[snapshot/master] Do not require trailing /



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

diff --git a/etc/apache.conf b/etc/apache.conf
index 4f9a8d7..6e41861 100644
--- a/etc/apache.conf
+++ b/etc/apache.conf
@@ -15,7 +15,7 @@ WSGIDaemonProcess snapshot.debian.org user=nobody group=nogroup home=/ processes
   Alias /robots.txt  /srv/snapshot.debian.org/web/public/robots.txt
 
   RewriteEngine on
-  RewriteRule ^/archive/backports.org/(.*)/ /archive/debian-backports/$1 [L,R]
+  RewriteRule ^/archive/backports.org/(.*) /archive/debian-backports/$1 [L,R]
 
   <Directory /srv/snapshot.debian.org/htdocs>
     Order allow,deny
-- 
1.5.6.5


Reply to: