From 23b0492cd0c45eaefec93909a338b12bde7bed50 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 25 Apr 2013 14:50:23 +0200 Subject: [PATCH] Update apache config --- .../roles/templates/static-mirroring/static-vhost.conf.erb | 4 ++-- .../templates/static-mirroring/vhost/planet.debian.org.erb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/roles/templates/static-mirroring/static-vhost.conf.erb b/modules/roles/templates/static-mirroring/static-vhost.conf.erb index 4b8640ce..6ab16d3c 100644 --- a/modules/roles/templates/static-mirroring/static-vhost.conf.erb +++ b/modules/roles/templates/static-mirroring/static-vhost.conf.erb @@ -6,8 +6,8 @@ ServerSignature On - DocumentRoot /srv/static.debian.org/cur/$name/ - + DocumentRoot /srv/static.debian.org/mirrors/$name/cur + AllowOverride FileInfo Options Multiviews Indexes FollowSymLinks IndexOptions FancyIndexing NameWidth=* diff --git a/modules/roles/templates/static-mirroring/vhost/planet.debian.org.erb b/modules/roles/templates/static-mirroring/vhost/planet.debian.org.erb index 98806c51..ec48ff62 100644 --- a/modules/roles/templates/static-mirroring/vhost/planet.debian.org.erb +++ b/modules/roles/templates/static-mirroring/vhost/planet.debian.org.erb @@ -10,7 +10,7 @@ UserDir disabled - DocumentRoot /srv/static.debian.org/cur/planet.debian.org + DocumentRoot /srv/static.debian.org/mirrors/planet.debian.org/cur AddDefaultCharset utf-8 RewriteEngine On -- 2.39.2