diff --git a/README.md b/README.md index 518f1c7..562566c 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ with a `.keter` filename extension and which has one special file: exec: ../dist/build/yesodweb/yesodweb args: - production -host: www.yesodweb.com +host: www.yesodweb.com # can replace with "*" to be the default app ssl: false # true would use https scheme for approot # Additional hosts your app will listen on, without affecting approot. diff --git a/keter.cabal b/keter.cabal index 3371bea..5e13015 100644 --- a/keter.cabal +++ b/keter.cabal @@ -1,5 +1,5 @@ Name: keter -Version: 0.3.4.1 +Version: 0.3.4.2 Synopsis: Web application deployment manager, focusing on Haskell web frameworks Description: Handles deployment of web apps, providing a reverse proxy to achieve zero downtime deployments. For more information, please see the README on Github: Homepage: http://www.yesodweb.com/