]> ruin.nu Git - ndwebbie.git/blobdiff - apache-conf.conf
Bugfix: only use one ServerName
[ndwebbie.git] / apache-conf.conf
index 521331101c7abb25ef509b531fc5fc1c85173bba..b4c627d211b135c86c448fc9e0313aff54fd5462 100644 (file)
@@ -15,7 +15,7 @@
 
 <VirtualHost *:80>
        ServerName nd.ruin.nu
-       ServerName ndtest.ruin.nu
+       ServerAlias ndtest.ruin.nu
 
        ErrorLog /var/log/apache2/ndawn_error_log
        <IfModule mod_log_config.c>
@@ -73,7 +73,7 @@ NameVirtualHost *:443
 
 <VirtualHost *:443>
        ServerName nd.ruin.nu
-       ServerName ndtest.ruin.nu
+       ServerAlias ndtest.ruin.nu
 
        ErrorLog /var/log/apache2/ndawn_error_log
        <IfModule mod_log_config.c>