diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-02-07 20:34:43 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-02-07 20:34:43 -0400 |
| commit | c405edad6200319c35e2ac6a0ea7b83039c3835a (patch) | |
| tree | f76e09e1089cc5c9d23677f7b2a7d40dc827ee42 | |
| parent | e2bd3ece23976240c56dd522f04b5e6f4211828e (diff) | |
to revert
| -rw-r--r-- | config-joey.hs | 2 |
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" |
