NGINX

Experimenting with YARP: A Reverse Proxy

YARP is a reverse proxy toolkit for building fast proxy servers in .NET using the infrastructure from ASP.NET and .NET.

A Route is the inbound URL which the reverse proxy is going to act on. The cluster is a list of potential destination URLs.

Read more...

Setting up a Raspberry Pi NGINX PHP MySQL LEMP Stack

Ste Wright has already written up how to install PHP 7 on a RPi3 the same works for RPi2 so i will not rewrite it here.

Read more...

Running ASP.NET Core on a RaspberryPi 2 with Nginx

I followed the instructions from Get Started and docs.microsoft.com, and found that some additional configuration was required.

Read more...