SSL version of MKWS Apache2 config now has mkws-git as a ServerAlias
authorMike Taylor <mike@indexdata.com>
Thu, 3 Jul 2014 16:15:26 +0000 (17:15 +0100)
committerMike Taylor <mike@indexdata.com>
Thu, 3 Jul 2014 16:15:26 +0000 (17:15 +0100)
rather then the old, misleadingly named mkws-dev (which isn't
supported at the back-end).

tools/apache2/mkws-ssl-px

index 1269ee5..9a32ba9 100644 (file)
@@ -2,7 +2,7 @@
 
 <VirtualHost *:443>
     ServerName mkws.indexdata.com
-    ServerAlias mkws-dev.indexdata.com
+    ServerAlias mkws-git.indexdata.com
 
   <IfModule mod_ssl.c>
     SSLEngine on