Add option to not override nginx user#359
Add option to not override nginx user#359giladd123 wants to merge 1 commit intoBorisPolonsky:masterfrom
Conversation
|
Declaring |
|
You're right, removing the declaration alone won't suffice, but if we include #360 we can mount two emptyDir volumes in I can work on a more comprehensive solution, but please keep in mind that the 3 PRs I've created do solve the issue while not changing expected behavior. |
Closing this issue as we've integrated this option in #363. Note that we still need #361 and #360 for the whole solution. |
In nginx, the
userdirective can only be used when the process is started with therootuser, which creates issues when trying to run the proxy in a non-root environment.The changes presented add the option to not set the directive, while preserving the default behavior of it being included.