Go to file
Alec Gorge 6867483fc3 Clarify a confusing custom-build subtlety 2014-07-13 18:36:30 -04:00
bin pass all args to custom build command 2014-02-02 15:55:53 +02:00
conf Move types_hash_max_size to the http context 2014-06-25 10:17:46 -07:00
LICENSE Relicense to CC0 2013-11-11 16:09:17 -08:00
README.md Clarify a confusing custom-build subtlety 2014-07-13 18:36:30 -04:00

README.md

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