Compare commits

..

No commits in common. "61bfffb6c6ba86387f06364888222ce28bb6239d" and "8345d0a22a17c48e1cd6b14603615aa12cfcbcec" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -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_DEFAULT_REQUEST=index.html
dokku config:set static-app NGINX_ROOT=index.html
```
### Custom nginx config file