From ce72e99b7a8adf745c61e15af46e290d9c55210f Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 22 Apr 2012 14:59:48 -0400 Subject: Update apache sample host snippets: Drop unneeded ServerAdmin for redirect hosts. Use ServerName (not ServerAlias) for TLS hosts. --- apache2/sites-available/lists.secure-example.com | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'apache2/sites-available/lists.secure-example.com') diff --git a/apache2/sites-available/lists.secure-example.com b/apache2/sites-available/lists.secure-example.com index 1215390..1dc7bc9 100644 --- a/apache2/sites-available/lists.secure-example.com +++ b/apache2/sites-available/lists.secure-example.com @@ -14,8 +14,7 @@ ServerName www.lists.example.com:443 - ServerAlias *.lists.example.com:443 - ServerAdmin webmaster@example.com + ServerName *.lists.example.com:443 Include conf.d/local-ssl.conf Include conf.d/local-log-origin.conf @@ -29,7 +28,6 @@ ServerName lists.example.com ServerAlias *.lists.example.com - ServerAdmin webmaster@example.com Include conf.d/local-log-origin.conf -- cgit v1.2.3