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