Skip to content

Commit 1745f00

Browse files
authored
docs(dokku): Clarify .conf files to create
1 parent 4b20eab commit 1745f00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/deployment-dokku.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,10 @@ exit
117117

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

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

124126
### Sidekiq

0 commit comments

Comments
 (0)