summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Apache.hs
diff options
context:
space:
mode:
authorJoey Hess2016-02-07 19:39:22 -0400
committerJoey Hess2016-02-07 19:39:22 -0400
commit6e1f85f4d01de3b26cc09ff6380e51f82ce56bf4 (patch)
tree84458e3fbdbcc6e42fbcfeaf1406d8913d9df2bd /src/Propellor/Property/Apache.hs
parent773458fced6153c107e4d6716d7e79618b05a62d (diff)
typo
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 aba5770e..38d47b94 100644
--- a/src/Propellor/Property/Apache.hs
+++ b/src/Propellor/Property/Apache.hs
@@ -185,7 +185,7 @@ httpsVirtualHost' domain docroot letos addedcfg = setup
, File.hasContent cf $ vhost (Port 443)
[ "SSLEngine on"
, "SSLCertificateFile " ++ certfile
- , "SSLCertificateKeyFile" ++ privkeyfile
+ , "SSLCertificateKeyFile " ++ privkeyfile
, "SSLCertificateChainFile " ++ chainfile
]
-- always reload; the cert has changed