diff --git a/README.md b/README.md index 590f2e98..39d1aba1 100755 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ applications. Keter does the following actions for your application: * Provides SSL support if requested. * Automatically launches applications, monitors processes, and relaunches any processes which die. * Provides graceful redeployment support, by launching a second copy of your application, performing a health check[1], and then switching reverse proxying to the new process. -* Management of log files. Keter provides many more advanced features and extension points. It allows configuration of static hosts, redirect rules, management of PostgreSQL diff --git a/keter.cabal b/keter.cabal index a53cfb51..e9a3f6eb 100644 --- a/keter.cabal +++ b/keter.cabal @@ -10,7 +10,6 @@ Description: * Provides SSL support if requested. * Automatically launches applications, monitors processes, and relaunches any processes which die. * Provides graceful redeployment support, by launching a second copy of your application, performing a health check, and then switching reverse proxying to the new process. - * Management of log files. . Keter provides many more advanced features and extension points. It allows configuration of static hosts, redirect rules, management of PostgreSQL databases, and more. It supports a simple bundle format for applications which allows for easy management of your web apps.