Conversation
Notices
-
@347a2370900d19b4e4756221594e8bda706ae5c785de09e59e4605f91a03f49c I don't know, but this is what I saw:
2024/01/04 00:36:46 [alert] 852#852: 768 worker_connections are not enough
2024/01/04 00:36:46 [alert] 852#852: 768 worker_connections are not enough
2024/01/04 00:36:46 [alert] 852#852: 768 worker_connections are not enough
2024/01/04 00:36:47 [alert] 852#852: 768 worker_connections are not enough
2024/01/04 00:36:47 [alert] 852#852: 768 worker_connections are not enough
To fix, I edited `/etc/nginx/nginx.conf` and changed `worker_processes auto;` to `worker_processes 4;`