2013-08-17 06:41:19 +00:00
|
|
|
# NGINX Buildpack
|
|
|
|
|
|
|
|
**Note**: This has only been tested with [dokku](https://github.com/progrium/dokku) - it may not work elsewhere.
|
|
|
|
|
|
|
|
## Structure
|
|
|
|
* .nginx - File: its presence signals that this buildpack should be used
|
|
|
|
* www - Folder: holds all files to be served by nginx
|
|
|
|
* nginx.conf.erb - Optional File: overrides `conf/nginx.conf.erb`
|
|
|
|
* mime.types - Optional File: overrides `conf/mime.types`
|
2014-02-19 04:01:44 +00:00
|
|
|
* custom-build - Optional File: executes commands before build is finished
|
2014-06-20 17:38:48 +00:00
|
|
|
|
|
|
|
## Environment Variables
|
|
|
|
* root - Optional: overrides root directory
|