[Plobem] nginx: worker_connections are not enough

panupongdeve

DevOpsCloudCloud

Posted on November 28, 2024

[Plobem] nginx: worker_connections are not enough

When I work in company I see some error in nginx and show error in this picure.

Image description

and the my frontend can not load image in browser.

How to solve it

I increase worker_connection from 1024 to 4096 and try restart nginx

events {
worker_connections 4096;
}

πŸ’– πŸ’ͺ πŸ™… 🚩
panupongdeve
DevOpsCloudCloud

Posted on November 28, 2024

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related