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
hi,
The error message suggests there is something wrong with DNS on> your host.
If this happens only on boot but not when you restart/reload nginx
after boot,
ah. testing, yep, that does seem to be the case
this might indicate that DNS is not yet properly
available when nginx starts. One p
Hello!
On Thu, Feb 16, 2023 at 02:48:23PM +0800, JK wrote:
>Hello, it is my first time posting here, and I appreciate the
>opportunity to share my experience with nginx.
>
>
>Just to give you background, I am using a VPS from Racknerd, and I use
>CWP (Control Web Panel), which i
Hello!
On Wed, Feb 15, 2023 at 12:25:09PM -0500, PGNet Dev wrote:
> i run
>
> nginx -v
> nginx version: nginx/1.23.3 (Local Build)
>
> nginx is launched on boot with a systemd service
>
> my site's ssl enabled, using letsencrypt certs
>
> in my boot logs, i see
>
>