-
Couldn't load subscription status.
- Fork 774
Description
Just updated this image which was installed some time ago(2017-2018?), there seems to be an issue with nginx failing to run because it cannot create the client_body dir, /var/tmp/nginx does exist as an empty dir though.
I came across this issue which seems to be the same problem encountered in 2018. The linked issue comment points out that it's likely due to the kernel. The server is running 4.4 kernel(which has been updated earlier this year).
A comment later on in the issue then suggests pointing nginx tmp paths to a different location instead. Though I'm not sure where a list of all those are. It appears there is only the 5(all grouped together on that page, see --http-client-body-temp-path=path).
I also came across this response on the nginx forums which state it could be due to permissions issue from a parent directory. /var/tmp/nginx is nobody:nobody but parent /var/tmp is root:root, perhaps that's somehow the cause? I see that the switch to a nobody user/group was about 7 months ago.