NGINX on Raspberry Pi installation guide

This short guide teaches you how to install the NGINX webserver on your Raspberry Pi running Raspbian.

Run the following commands in the terminal:
sudo apt-get update
sudo apt-get install -y nginx php5-fpm
sudo service nginx start

Leave a Reply

Your email address will not be published. Required fields are marked *