Hello,
Thanks for replying. I appreciate the thorough response!
I found the solution online.
And it worked!
nano /etc/sysctl.conf # allow processes to bind to the non-local address
net.ipv4.ip_nonlocal_bind = 1
sysctl -p /etc/sysctl.conf
What do you think about it?
Thanks.
From: nginx on beh
:13:59PM +, ng...@onekarlo.com wrote:
> Thanks for replying. I appreciate the thorough response!
> I found the solution online.
> And it worked!
>
> nano /etc/sysctl.conf # allow processes to bind to the non-local address
> net.ipv4.ip_nonlocal_bind = 1
> sysctl -p /etc/sy
, 2023 at 12:34:23PM +, ng...@onekarlo.com wrote:
> How will I be able to fix it and avoid the use of this method?
>
> Please do help me, thanks!
As suggested in the original response, first thing to check is the
systemd service you are using to start nginx. It should contain
&qu