]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
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 4b8640cee89bfab416d4796191c27e00db9c0a36..6ab16d3c8bad6cc61f0ad8b32ef502f3d67ce84f 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 98806c513eac1bec693f51fa1e2ce4d59783487b..ec48ff6296b56e8a63b2aad74b36276aa36555a9 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