]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Accept www-*.d.o, fix typo
authorSimon Paillard <spaillard@debian.org>
Sun, 6 Feb 2011 19:48:46 +0000 (20:48 +0100)
committerPeter Palfrader <peter@palfrader.org>
Sun, 6 Feb 2011 19:49:53 +0000 (20:49 +0100)
Signed-off-by: Peter Palfrader <peter@palfrader.org>
modules/apache2/files/common/etc/apache2/sites-available/www.debian.org

index a954a8822a41050d64074c21b5bef72873bc4a03..09f15976bcdccd3293dcbc5b833131ca752e88fc 100644 (file)
@@ -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 @@
 <VirtualHost *:80>
    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