Nginx error: worker_connections are not enough

  • Hi,


    after a few day runtime the backend Nginx service will be unavailable.

    (The frontend pages working fine.)

    In the Nginx error log is full with this error message: worker_connections are not enough


    The default nginx.conf setting is: worker_connections 2048;


    It is normal to raise up this number to 4096? Or set to auto?


    Thank you for your advise! :thumbsup: