Introduction: Nginx is the fastest webserver when compared to Apache. In this post, we are gonna explain on how to secure your website using SSL certificate on ubuntu 16.04. Prerequisites Implementation: This post assumes that nginx is installed on /etc/nginx directory. If nginx is installed on different directory then you may need… Continue Reading Install SSL Certificate on Nginx Ubuntu 16.04

Introduction Website performance plays an important role in providing a fast and smooth user experience. Static files such as CSS, JavaScript, images, and fonts can increase page load time if they are not properly optimized. Nginx provides built-in features such as Expires headers and Gzip compression that can help reduce… Continue Reading Enable Expires Headers, gzip compression on nginx

Introduction This document provides a step-by-step guide for installing and configuring Nginx, PHP 7.0, PHP-FPM, and MariaDB on an Ubuntu 16.04.1 server. The setup is intended to provide a complete web application environment where Nginx acts as the web server, PHP-FPM processes PHP applications, and MariaDB provides database services. The… Continue Reading Install Nginx, Php, MariaDB on Ubuntu 16.04.1