mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2025-02-05 12:52:26 +00:00
Update README.md
This commit is contained in:
parent
6ed8f5fa6d
commit
548f6a84d6
@ -1,8 +1,8 @@
|
|||||||
# NGINX Buildpack for Dokku - Hosting static pages
|
# NGINX Buildpack for Dokku - Hosting static pages
|
||||||
This buildpack has been successfully run on Digital Ocean instances of Ubuntu 14.04 (Status: Nov 2014). It might also work with different configurations.
|
This buildpack has been successfully run on Digital Ocean instances of Ubuntu 14.04 (Status: Dec 2014). It might also work with different configurations.
|
||||||
|
|
||||||
## Purpose
|
## Purpose
|
||||||
`buildpack-nginx` provides a simple, low overhead way of hosting stages pages and websites on Dokku. Just add the `.env` and `.static` file to the root directory of your website as described below.
|
`buildpack-nginx` provides a simple, low overhead way of hosting static pages and websites on Dokku. Just add the `.env` and `.static` file to the root directory of your website as described below.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
1. Add a file with the name `.env` in the root of your directory with the following content: `export BUILDPACK_URL=https://github.com/florianheinemann/buildpack-nginx.git`
|
1. Add a file with the name `.env` in the root of your directory with the following content: `export BUILDPACK_URL=https://github.com/florianheinemann/buildpack-nginx.git`
|
||||||
|
Loading…
Reference in New Issue
Block a user