这是indexloc提供的服务,不要输入任何密码
Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/configuration/nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ Your `nginx.conf` file - not to be confused with Dokku's `nginx.conf.sigil` - wo

Please adjust the `Procfile` and `nginx.conf` file as appropriate.

### Updating dokku.conf on Upgrade

`/etc/nginx/conf.d/dokku.conf` is [created by an install script](https://github.com/dokku/dokku/blob/master/plugins/nginx-vhosts/install), but does not automatically update when upgrading dokku. This file may include things like `ssl_ciphers` that need to be manually updated from time to time.

## Custom Error Pages

By default, Dokku provides custom error pages for the following three categories of errors:
Expand Down