When I received my first Raspberry Pi 2, I thought: “maybe I can use it as a web server to host a few of my websites”. Trying different configurations and security options, I had to start all over a few times… Hours and hours redoing more or less the same things again and again. Now […]
Raspberry Pi: Install a web server – the easy and fast way
Hello Devz, NGINX (pronounced engine x) is a popular lightweight web server application you can install on the Raspberry Pi to allow it to serve web pages. Like Apache, NGINX can serve HTML files over HTTP, and with additional modules can serve dynamic web pages using scripting languages such as PHP. INSTALL NGINX First install […]