This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Hongli Lai (Phusion) (author)
Sun Nov 23 05:30:02 -0800 2008
commit 948dd851941ae09301e2068a8e4987ec873b9d48
tree 42b59d922a997858e5c3bcad607de233cab9c39b
parent fdc2ab77d3581346a62ae2604af5769df1321345
tree 42b59d922a997858e5c3bcad607de233cab9c39b
parent fdc2ab77d3581346a62ae2604af5769df1321345
... |
... |
|
... |
... |
|
... |
... |
|
... |
... |
|
... |
... |
|







Comments
Hi Hongli,
This change causes all my applications to be spawned as root, regardless of the ownership of config/environment.rb.
Reverting it restores the correct behaviour… I’ll post again if I track down the exact cause before you do ;)
At first glance without testing, it seems to be this line… you set ‘lower_privileges’ to the boolean true above. But here you test against the string true
You’re right. I’ve just fixed this, thanks for the notice.