这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
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
3 changes: 3 additions & 0 deletions docs/nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ chown dokku:dokku /home/dokku/myapp/nginx.conf.d/upload.conf
service nginx reload
```

Example above shows that you need to add additional configuration files directly on the dokku host. Unlike nginx.conf.sigil file those will not be copied over from your application repo.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comma after the nginx.conf.sigil file part.



Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the extra newline.

## Domains plugin

See the [domain-configuration documentation](/dokku/deployment/domain-configuration/).
Expand Down