I have Nginx 1.18 installed, which is serving ERPNext. I installed aaPanel, but it claims that I don't have Nginx installed. When I try to install Nginx from aaPanel, ERPNext stops working. How can I bypass this?
root@vmixxxxx:~# nginx -v
nginx version: nginx/1.18.0 (Ubuntu)
root@vmixxxxx:~# which nginx
/usr/sbin/nginx
It's the same with Node. I have a version installed,
root@vmixxxxx:~# node -v
v12.22.9
but aaPanel claims that Node is not installed.