Entries from 2017-07-12 to 1 day

restore nginx /etc/nginx/nginx.conf , How To Install Linux, nginx, MySQL, PHP (LEMP) stack on Ubuntu 14.04

To recreate it, first uninstall using purge to remove even configuration files and records:sudo apt-get purge nginx nginx-common nginx-full then reinstall:sudo apt-get install nginxsudo service nginx start sudo service nginx stop sudo serv…