projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9133ed3
)
SSL version of MKWS Apache2 config now has mkws-git as a ServerAlias
author
Mike Taylor
<mike@indexdata.com>
Thu, 3 Jul 2014 16:15:26 +0000
(17:15 +0100)
committer
Mike 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
patch
|
blob
|
history
diff --git
a/tools/apache2/mkws-ssl-px
b/tools/apache2/mkws-ssl-px
index
1269ee5
..
9a32ba9
100644
(file)
--- a/
tools/apache2/mkws-ssl-px
+++ b/
tools/apache2/mkws-ssl-px
@@
-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