Update apache config
authorPeter Palfrader <peter@palfrader.org>
Thu, 25 Apr 2013 12:50:23 +0000 (14:50 +0200)
committerPeter Palfrader <peter@palfrader.org>
Thu, 25 Apr 2013 12:50:23 +0000 (14:50 +0200)
modules/roles/templates/static-mirroring/static-vhost.conf.erb
modules/roles/templates/static-mirroring/vhost/planet.debian.org.erb

index 4b8640c..6ab16d3 100644 (file)
@@ -6,8 +6,8 @@
        </IfModule>
        ServerSignature On
 
-       DocumentRoot /srv/static.debian.org/cur/$name/
-       <Directory /srv/static.debian.org/cur/$name/>
+       DocumentRoot /srv/static.debian.org/mirrors/$name/cur
+       <Directory /srv/static.debian.org/mirrors/$name/cur>
                AllowOverride FileInfo
                Options Multiviews Indexes FollowSymLinks
                IndexOptions FancyIndexing NameWidth=*
index 98806c5..ec48ff6 100644 (file)
@@ -10,7 +10,7 @@
                UserDir disabled
        </IfModule>
 
-       DocumentRoot /srv/static.debian.org/cur/planet.debian.org
+       DocumentRoot /srv/static.debian.org/mirrors/planet.debian.org/cur
        AddDefaultCharset utf-8
 
        RewriteEngine On