You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,9 +88,20 @@ The `unicorn` sub-resource LWRP configures Unicorn to run the application.
88
88
- 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
89
89
- preload_app: passed to the `unicorn_config` LWRP
90
90
- worker_processes: passed to the `unicorn_config` LWRP
91
+
- before_exec: passed to the `unicorn_config` LWRP
91
92
- before_fork: passed to the `unicorn_config` LWRP
93
+
- after_fork: passed to the `unicorn_config` LWRP
92
94
- port: passed to the `unicorn_config` LWRP
95
+
- listen: passed to the `unicorn_config` LWRP; overrides port
93
96
- 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
0 commit comments