mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2025-01-12 20:26:21 +00:00
Add documentation for nginx custom configuration
This commit is contained in:
parent
7a023ab687
commit
624cd06847
@ -11,6 +11,9 @@ This buildpack has been successfully run on Digital Ocean instances of Ubuntu 14
|
|||||||
|
|
||||||
All static files that you want to serve should be in the root directory of your repository. No need to use a seperate `www` folder. `buildpack-nginx` will automatically download the buildpack, download NGINX, compile it, and install it. The next time you push your project, the buildpack will reuse the precompiled binaries.
|
All static files that you want to serve should be in the root directory of your repository. No need to use a seperate `www` folder. `buildpack-nginx` will automatically download the buildpack, download NGINX, compile it, and install it. The next time you push your project, the buildpack will reuse the precompiled binaries.
|
||||||
|
|
||||||
|
## NGINX CONFIGURATION
|
||||||
|
Override default configuration by adding `nginx.conf.erb` in the root directory
|
||||||
|
|
||||||
## Credits and License
|
## Credits and License
|
||||||
`buildpack-nginx` is licensed under the CC0 1.0 Universal license and has been informed by many similar projects on the web
|
`buildpack-nginx` is licensed under the CC0 1.0 Universal license and has been informed by many similar projects on the web
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user