Configure Nginx with RTMP, Pagespeed, purge-cache Modules ========================================================= Confguration files here reflects **My Need**. You need to change some configurations in **compile-nginx-from-source.sh**, **nginx.conf** and **nmrony.local** file according to your need For more please read [http://nmrony.info/configuring-nginx-virtual-host-with-php-7-0/](http://nmrony.info/configuring-nginx-virtual-host-with-php-7-0/) Nginx Systemd commads ====================== ```sh #To check status systemctl status nginx #To start nginx systemctl start nginx #To restart nginx systemctl start nginx #To stop nginx systemctl stop nginx ```