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
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