summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Apache.hs
diff options
context:
space:
mode:
authorJoey Hess2016-02-07 19:33:57 -0400
committerJoey Hess2016-02-07 19:33:57 -0400
commit42042aefc13e235b36a28d5235a37ab4326a2400 (patch)
treedb8545f52189e9411fad63e049411657b3039c5d /src/Propellor/Property/Apache.hs
parent293732fa1b9979b5c92b77edef11627f29477433 (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property/Apache.hs')
-rw-r--r--src/Propellor/Property/Apache.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Apache.hs b/src/Propellor/Property/Apache.hs
index e841be9e..aba5770e 100644
--- a/src/Propellor/Property/Apache.hs
+++ b/src/Propellor/Property/Apache.hs
@@ -155,7 +155,7 @@ virtualHost' domain (Port p) docroot addedcfg = siteEnabled domain $
-- Example:
--
-- > httpsVirtualHost "example.com" "/var/www"
--- > (LetsEncrypt.AgreeTos (Just "me@my.domain"))
+-- > (LetsEncrypt.AgreeTOS (Just "me@my.domain"))
httpsVirtualHost :: Domain -> WebRoot -> LetsEncrypt.AgreeTOS -> Property NoInfo
httpsVirtualHost domain docroot letos = httpsVirtualHost' domain docroot letos []