How to install nginx on Ubuntu 14.x server ?
Now days nginx is most powerfull web server because it is more resource-friendly than Apache in most cases. It can be used as a web server or a reverse proxy. Install Nginx we can install nginx on...
View ArticleInstall php and mysql on nginx web server on ubuntu 14.x
In last post we have successfully installed nginx web server. Today we will learn how to install mysql and php on nginx sever. To install mysql To install mysql server on ubuntu 14.x, we will have to...
View ArticleAllow postfix (PHP send email) to work with extenal MX Record.
Today I will show you how to configure Postfix (PHP mail) to work with domain having extenal MX records. E.g. Suppose you are working on website http://www.example.com, Now you have configured Google...
View ArticleHow to enable Gzip compression on apache and Nginx
What is gzip compression? Website gzip compression help to reduce webpage size and any other files like css, js, web fonts and images etc. How it affect website speed? Gzip compression compress the...
View Article