From 992eff9e1308c8c5bc6b16fdefd1ea456049c984 Mon Sep 17 00:00:00 2001 From: James Vasile Date: Sun, 19 Feb 2012 14:41:40 -0500 Subject: flesh out santiago and apache config a bit --- share/apache2/plinth.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'share') diff --git a/share/apache2/plinth.conf b/share/apache2/plinth.conf index aab477f..8c45eb1 100644 --- a/share/apache2/plinth.conf +++ b/share/apache2/plinth.conf @@ -3,6 +3,7 @@ # The DocumentRoot is set by fabric DocumentRoot /dev/null ServerName plinth + ServerAlias plinth.* ## Force ssl RewriteEngine on @@ -15,6 +16,7 @@ # The DocumentRoot is set by fabric DocumentRoot /dev/null ServerName plinth + ServerAlias plinth.* SSLEngine on SSLCertificateFile /etc/apache2/ssl/apache.pem -- cgit v1.2.3