Andy Pieters
Andy Pieters
Did you guys check if selinux is running and maybe you get access violations?
> I was able to fix it by setting the permissions to `777` on `/var/tmp/nginx` (NOT recursive, just on that folder). That's good for testing perhaps but in production I...
> @yohtm did you do that on image build or some other mechanism with ECS? currently running into a similar issue > > nginx: [emerg] bind() to 0.0.0.0:443 failed (13:...
if your LB stores the client remote in X-Forwarded-For header, you can extract it as a header field, as shown in the doc