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/mail.secure-example.com | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apache2/sites-available/mail.secure-example.com') diff --git a/apache2/sites-available/mail.secure-example.com b/apache2/sites-available/mail.secure-example.com index f01ccfb..3ba1a3a 100644 --- a/apache2/sites-available/mail.secure-example.com +++ b/apache2/sites-available/mail.secure-example.com @@ -12,9 +12,9 @@ ServerName www.mail.example.com:443 - ServerAlias *.mail.example.com:443 - ServerAlias mail:443 - ServerAlias *.mail:443 + ServerName *.mail.example.com:443 + ServerName mail:443 + ServerName *.mail:443 Include conf.d/local-ssl.conf Include conf.d/local-log-origin.conf -- cgit v1.2.3