Recently, I found an interesting framework Laravel written by PHP. i have never used PHP to write any software. I searched the Internet to find any Blog written by Laravel. At last, I found one called PJ Blog, which is written by Pigjian. I tried to…
Introduction Nginx is one of the most popular web servers in the world and is responsible for hosting some of the largest and highest-traffic sites on the internet. It is more resource-friendly than Apache in most cases and can be used as a web serve…
The steps for installing the nginx on Ubuntu below. 1.install the packages first. apt-get install gcc apt-get install libpcre3 libpcre3-dev apt-get install zlib1g zlib1g-dev apt-get install openssl openssl-dev 2.download the source code of nginx from…