mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2024-11-05 11:48:42 +00:00
10 lines
397 B
Markdown
10 lines
397 B
Markdown
# 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`
|