Re: Support default_middleware configurator method

2018-09-13 Thread Jeremy Evans
On 09/13 10:34, Eric Wong wrote: > Jeremy Evans wrote: > > I was originally looking for a way to turn off default middleware > > without having to specify the -N command line option every time. > > After reading the Unicorn.builder code, I thought it may be > > possible to do this by specifying

Re: Make Worker#user support different process primary group and log file group

2018-09-13 Thread Eric Wong
Jeremy Evans wrote: > This patch allows Worker#user to accept the group argument as an array > of two strings, the first string being the process primary group, and > the second string being the group that owns the log files. This can > help when you have a large number of applications that use

Re: Support default_middleware configurator method

2018-09-13 Thread Eric Wong
Jeremy Evans wrote: > I was originally looking for a way to turn off default middleware > without having to specify the -N command line option every time. > After reading the Unicorn.builder code, I thought it may be > possible to do this by specifying the option as an embedded option > in the