Date Posted:12-02-2017 Redis is a in memory cache used as database cache, database to serve the page faster. We are not going to deal with how the application works, usage,etc., Refer redis official documentation to get to know the use case,etc., Prerequisites: Ubuntu 16 Nginx webserver Php If webserver or… Continue Reading Enable redis module on php – nginx webserver

Date Posted:12-02-2017 In this article, we are gonna explain on how to setup varnish to listen on port 80(http) and forward request to backend webserver(our example, we deals with nginx as backend server). The backend server can be anything, either Apache or Nginx webserver. Assumption: Apache or nginx webserver. This post… Continue Reading Install Varnish on Ubuntu 16

Date Posted:28-01-2017 In the modern era, deploying the code on the multiple server is a challenging one. In classic, people normally use FTP/SFTP to upload the files and restart application. In this article, we are gonna explain how to use code deploy aws service to deploy the code on aws… Continue Reading Setup AWS codedeploy on Linux