From 9dbc484b6cbbaf383cea9b768980640877f9e760 Mon Sep 17 00:00:00 2001 From: Florian Heinemann Date: Thu, 6 Nov 2014 17:32:49 -0500 Subject: [PATCH] UPDATE Readme --- README.md | 7 +++---- conf/{nginx.conf => nginx.conf.erb} | 0 2 files changed, 3 insertions(+), 4 deletions(-) rename conf/{nginx.conf => nginx.conf.erb} (100%) diff --git a/README.md b/README.md index c46edad..8eacba3 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ -Dokku buildpack: Static Nginx -================================ +# NGINX Buildpack -For your static HTML site! +**Note**: This has only been tested with [dokku](https://github.com/progrium/dokku) - it may not work elsewhere. Simply use this as the Dokku buildpack for your static repo and push to your Dokku server! -Make sure you have a file called `.static` in your root folder of your application. \ No newline at end of file +Make sure you have a file called `.static` in your root folder of your application. diff --git a/conf/nginx.conf b/conf/nginx.conf.erb similarity index 100% rename from conf/nginx.conf rename to conf/nginx.conf.erb