How To Install Linux, Nginx, MySQL, PHP (LEMP) on Debian 8
Files Structure: /srv /mydomain.com /.socks /www /cgi-bin /logs /public_html /ssl /tmp /blog /cgi-bin /logs /public_html /ssl /tmp 1. Installation of Nginx apt-get -y install nginx 2. Installation of MySQL You can automate this step by following this tutorial. apt-get install -y mysql-server 2.1 Securing the installation To secure your installation Read more…