fbpx

Nginx

Configure varnish cache in front of any website

You need to get a dedicated server, VPS or a droplet on the digital ocean to setup varnish server. Now i would be explaining the life cycle of each request. The request will come on 443 which would be nginx in our case or 80 which would be varnish server. Port 443...

Read more...

Install nginx server and configure a website

In this toturial you will learn how to install and configure nginx server and run a website on virtual host. According to the nginx website, virtual hosts are called Server Blocks on the nginx. Install nginx on the ubuntu server sudo apt-get install nginx Start nginx server sudo service nginx start Install php-fpm which...

Read more...