summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2016-02-07 20:34:43 -0400
committerJoey Hess2016-02-07 20:34:43 -0400
commitc405edad6200319c35e2ac6a0ea7b83039c3835a (patch)
treef76e09e1089cc5c9d23677f7b2a7d40dc827ee42
parente2bd3ece23976240c56dd522f04b5e6f4211828e (diff)
to revert
-rw-r--r--config-joey.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 5c3d376b..fc7bd681 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -337,6 +337,8 @@ kite = standardSystemUnhardened "kite.kitenet.net" Testing "amd64"
& Apache.httpsVirtualHost "letsencrypt.joeyh.name" "/var/www/html"
(LetsEncrypt.AgreeTOS (Just "id@joeyh.name"))
& alias "letsencrypt.joeyh.name"
+ -- to revert above, partially:
+ -- ! Apache.virtualHost "letsencrypt.joeyh.name" (Port 443) "/var/www/html"
elephant :: Host
elephant = standardSystem "elephant.kitenet.net" Unstable "amd64"