How to Dockerize create react app
In this post I’ll show you how to package simple react app , created with create-react-app in this case , as docker image, using alpine linux and intermediate docker image to keep the docker image…
In this post I’ll show you how to package simple react app , created with create-react-app in this case , as docker image, using alpine linux and intermediate docker image to keep the docker image…
If you are using nginx as your main web server with SPDY protocol , Then its time to upgrade to HTTP2 ( not fully but partially without Server Push feature ) . Few Days ago nginx team announced about…
Nginx is well-known, tiny and fast web server , Nginx is an open source reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer, HTTP cache, and a web server…
In this tutorial , I am going to show you how to setup Nginx,HHVM,MySQL stack in Ubuntu Trusty , Nginx is light weight , open-source, high-performance HTTP server as all we know its great in serving…
LoadBalancer Loadbancing is a technique of load distribution , means load balancer distribute all incoming traffic to all available upstream servers . Nginx is small but smart web server which is…
In nginx you can rewrite the incoming request for naked domain  ” example.com ” to  ” www.example.com ” just by using few lines . it’s so simple ,I will show you how to do that in proper way . second…