Ubuntu/Debian Route /etc/init.d/apache2 stop ; update-rc.d apache2 remove apt-get install nginx /etc/init.d/nginx start apt-get install webmin-virtualmin-nginx webmin-virtualmin-nginx-ssl CentOS Route service httpd stop ; chkconfig httpd
Ubuntu/Debian Route /etc/init.d/apache2 stop ; update-rc.d apache2 remove apt-get install nginx /etc/init.d/nginx start apt-get install webmin-virtualmin-nginx webmin-virtualmin-nginx-ssl CentOS Route service httpd stop ; chkconfig httpd