How to setup HTTP Authentication with Nginx on Ubuntu
Nginx is an HTTP and reverse proxy server which is lightweight as compare to apache. When we need http authentication for secure our site admin login then there is a need to setup HTTP...
Nginx is an HTTP and reverse proxy server which is lightweight as compare to apache. When we need http authentication for secure our site admin login then there is a need to setup HTTP...
When we have ssl enabled on our plesk panel then still there is need to configure SSL/TLS properly so your server/site can much secure. In this article you ‘ll see how to configure SSL/TLS...
This page explain the disabling of Open_basedir (disable open_basedir) for any domain. Sometime we need to run our test site before go live through symlinks by server ip address like http://server-ip-address/test-site.com. When open_basedir enabled...
What’s the need for upgrade Nginx If you are running older nginx version in ubuntu then you need to upgrade nginx to latest stable version as older version have some security measures. The default...
Steps to create Self-Signed SSL Certificate With OpenSSL SSl certificate use to run our site on https so when we don’t want to pay for certificate we can use self-signed certificate which can be...
Installation & Configuration steps of Nginx with Pagespeed in Centos How Nginx is Different from Apache In its quest to be lightweight and fast, Nginx takes a different approach to modules than you’re probably familiar...
Installation & Configuration of Nginx with Pagespeed in Ubuntu from source How Nginx is Different from Apache In its quest to be lightweight and fast, Nginx takes a different approach to modules than you’re probably...
Why are we using Nginx, Varnish and PHP-FPM? Nginx is a web-server, like Apache, but boosts much better performance results, and is much more stable when handling lots of requests, which results in high...
Why are we using Nginx, Varnish and PHP-FPM? Nginx is a web-server, like Apache, but boosts much better performance results, and is much more stable when handling lots of requests, which results in high...
Steps to Install Nginx, MySQL, PHP (LEMP) in Ubuntu Introduction LEMP stack is a group of open source software to get web servers up and running. The acronym stands for Linux, nginx (pronounced Engine...