From bcbf61b1f5a22da7d10acac8210c7bbd1297736c Mon Sep 17 00:00:00 2001 From: Felipe dos Anjos Date: Wed, 18 Jan 2023 17:09:43 -0300 Subject: [PATCH] fix NGINX_DEFAULT_REQUEST snippet --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38bfb67..2e67ee1 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ By default, this buildpack will 404 if a requested file is not found. For static ```shell # where the app is named `static-app` # and the desired default response is index.html -dokku config:set static-app NGINX_ROOT=index.html +dokku config:set static-app NGINX_DEFAULT_REQUEST=index.html ``` ### Custom nginx config file