1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2024-09-13 17:06:03 +00:00
buildpack-nginx/README.md
2014-07-13 18:36:30 -04:00

670 B

NGINX Buildpack

Note: This has only been tested with 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
  • custom-build - Optional File: executes commands before build is finished. Note that this script does not run in the application root. To execute commands in the application root you must do cd "$1".

Environment Variables

  • root - Optional: overrides root directory