summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJames Vasile <james@jamesvasile.com>2012-02-19 14:41:40 -0500
committerJames Vasile <james@jamesvasile.com>2012-02-19 15:07:16 -0500
commit992eff9e1308c8c5bc6b16fdefd1ea456049c984 (patch)
tree79c116bfa1e2153f18b2c469a456112fa0907993 /share
parentc9b09c5de25b7505cac7ad3f9a968ec375adac53 (diff)
flesh out santiago and apache config a bit
Diffstat (limited to 'share')
-rw-r--r--share/apache2/plinth.conf2
1 files changed, 2 insertions, 0 deletions
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