From ab29554f3f2a3a8d6f3cb6f2c4f4b8b267e1e666 Mon Sep 17 00:00:00 2001 From: Josh Date: Sun, 16 Apr 2017 12:26:37 -0400 Subject: [PATCH] clarify requirement to be checked into repo for buildpack apps --- docs/configuration/nginx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/nginx.md b/docs/configuration/nginx.md index e645f8844..accaa2c8d 100644 --- a/docs/configuration/nginx.md +++ b/docs/configuration/nginx.md @@ -15,7 +15,7 @@ nginx:error-logs [-t] # Show the nginx error logs for an appl Dokku uses a templating library by the name of [sigil](https://github.com/gliderlabs/sigil) to generate nginx configuration for each app. You may also provide a custom template for your application as follows: - Copy the following example template to a file named `nginx.conf.sigil` and either: - - check it into the root of your app repo for buildpack applications + - If using a buildpack application, you __must__ check it into the root of your app repo. - `ADD` it to your dockerfile `WORKDIR` - if your dockerfile has no `WORKDIR`, `ADD` it to the `/app` folder