From: Simon Paillard Date: Sun, 6 Feb 2011 19:48:46 +0000 (+0100) Subject: Accept www-*.d.o, fix typo X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bb73689071f817c03e6f62a3ffcb4d7360ae4ad6;p=dsa-puppet.git Accept www-*.d.o, fix typo Signed-off-by: Peter Palfrader --- diff --git a/modules/apache2/files/common/etc/apache2/sites-available/www.debian.org b/modules/apache2/files/common/etc/apache2/sites-available/www.debian.org index a954a882..09f15976 100644 --- a/modules/apache2/files/common/etc/apache2/sites-available/www.debian.org +++ b/modules/apache2/files/common/etc/apache2/sites-available/www.debian.org @@ -88,7 +88,7 @@ DocumentRoot /srv/www.debian.org/www/ ErrorLog /var/log/apache2/www-other.debian.org-error.log CustomLog /var/log/apache2/www-other.debian.org-access.log combined - RewriteLog /var/log/apache2/www-other.debian.org-recirect.log + RewriteLog /var/log/apache2/www-other.debian.org-redirect.log RewriteLogLevel 1 RewriteEngine on @@ -98,7 +98,7 @@ ServerName www.debian.org ServerAdmin webmaster@debian.org - ServerAlias www-staging.debian.org + ServerAlias www-*.debian.org DocumentRoot /srv/www.debian.org/www/ ErrorLog /var/log/apache2/www.debian.org-error.log CustomLog /var/log/apache2/www.debian.org-access.log combined