How many node services can a machine start? How many nginx services are there?

how many node? can be started on a machine How many nginx? Why is it attached?

Jan.20,2022

in theory, as long as there is enough memory, detection files such as ports and PID files do not conflict, and there is no problem with how much to open

give an example of nginx :

now I have a nginx service running on my machine

/etc/nginx/nginx_2.conf, server 10080

clipboard.png

PID

clipboard.png


nginx

clipboard.png

clipboard.png

The same applies to the

node service, as long as the port does not conflict with the file

Menu