mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2024-11-22 09:23:05 +00:00
Fix link in readme
This commit is contained in:
parent
d1cccfc747
commit
513791b391
@ -5,7 +5,7 @@ This buildpack has been successfully run on Digital Ocean instances of Ubuntu 14
|
||||
`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
|
||||
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/dokku/buildpack-nginx.git`
|
||||
2. Add another, *empty* file called `.static` to your root directory of your web project. It signals that this buildpack shall be used
|
||||
3. Push your project to Dokku
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user