Skip to content
This repository was archived by the owner on May 14, 2021. It is now read-only.

Commit cb5ce1f

Browse files
committed
COOK-3367 add additional parameters to the README
1 parent c49e8e0 commit cb5ce1f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,20 @@ The `unicorn` sub-resource LWRP configures Unicorn to run the application.
8888
- bundler: if true, Unicorn will be run with `bundle exec`; if false it will be installed and run from the default gem path. Defaults to inheriting this setting from the rails LWRP
8989
- preload_app: passed to the `unicorn_config` LWRP
9090
- worker_processes: passed to the `unicorn_config` LWRP
91+
- before_exec: passed to the `unicorn_config` LWRP
9192
- before_fork: passed to the `unicorn_config` LWRP
93+
- after_fork: passed to the `unicorn_config` LWRP
9294
- port: passed to the `unicorn_config` LWRP
95+
- listen: passed to the `unicorn_config` LWRP; overrides port
9396
- worker_timeout: passed to the `unicorn_config` LWRP
97+
- forked_user: passed to the `unicorn_config` LWRP
98+
- forked_group: passed to the `unicorn_config` LWRP
99+
- pid: passed to the `unicorn_config` LWRP
100+
- stderr_path: passed to the `unicorn_config` LWRP
101+
- stdout_path: passed to the `unicorn_config` LWRP
102+
- unicorn_command_line: passed to the `unicorn_config` LWRP
103+
- copy_on_write: passed to the `unicorn_config` LWRP
104+
- enable_stats: passed to the `unicorn_config` LWRP
94105

95106
memcached
96107
---------

0 commit comments

Comments
 (0)