1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2025-04-12 21:50:35 +00:00
Florian Heinemann 113541efb7 Move to www
2014-11-05 01:17:31 -05:00
2014-11-05 01:17:31 -05:00
2013-11-11 16:09:17 -08:00

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
Description
No description provided
Readme CC0-1.0 220 KiB
Languages
Shell 81.3%
HTML 12.7%
Makefile 6%