🚆How to install

Nginx, is a simple, lightweight and high performance web server. You can use Apache server if you want, but to keep it quick and easy, I'll be using nginx as the reverse proxy server.

Lets install nginx and configure fast.

apt-get install nginx

Last updated