Skip to content

Commit

Permalink
docs(dokku): Clarify .conf files to create
Browse files Browse the repository at this point in the history
  • Loading branch information
sman591 authored Jun 7, 2019
1 parent 4b20eab commit 1745f00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/deployment-dokku.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,10 @@ exit

A few special additions must be made to Dokku's standard nginx configuration.

The two sections

1. Create the directory `/home/dokku/hm/nginx.conf.d/`
2. Add files ending in `.conf` (such as `rewrites.conf`) that you want loaded
2. Add files ending in `.conf` as specified below (`proxy_buffer.conf` for sidekiq, `upload.conf` for resumes)
3. Restart nginx: `dokku nginx:build-config hm`

### Sidekiq
Expand Down

0 comments on commit 1745f00

Please sign in to comment.