@DownPW any update?
how to configure DNS records virtualmin?
Solved
Linux
-
@Hari I wouldn’t do that personally. It’ll land up a complete mess, and you won’t be able to manage NGINX via Virtualmin if you take this route.
-
wget http://software.virtualmin.com/gpl/scripts/install.sh --bundle LEMP
this command is not working
shall i avoid bundle and just try without it?
wget http://software.virtualmin.com/gpl/scripts/install.sh LEMP
edit
got it, as per this video i should add bundle line in the installation step
/bin/sh install.sh -bundle|-b LEMP
nope this one is also not working
-
@Hari said in how to configure DNS records virtualmin?:
/bin/sh install.sh -bundle|-b LEMP
Should be
/bin/sh install.sh --bundle LEMP
-
-
-
i think we can mark this discussion as solved
- learned how to install virtualmin with NGINX
- We can easily point the DNS by mentioning server IP at CF a name record
- learned how to install SSL
-