I hope you can tell me how to solve it. It shouldn't be too complicated. Thank youI also want to know if it is not configured, will it have any impact on nginx
闭关修行中......
Add the following configuration:
events { worker_connections 1024; ## Default: 1024 }
It will have no effect if you don’t add it. If you don’t add nginx, just use the default 1024
Add the following configuration:
It will have no effect if you don’t add it. If you don’t add nginx, just use the default 1024