Tags : nginx

How to Uninstall Apache Web Server from Ubuntu

To uninstall apache from ubuntu you just need to run a command, Login to your ubuntu system using SSH or open terminal and run the following command To uninstall the apache, first you need to stop apache server using following command Remove apache using following commandsRead More

How to Uninstall NGINX from Ubuntu

To uninstall nginx from ubuntu you just need to run a command, Login to your ubuntu system using SSH or open terminal and run the following command To uninstall the nginx, first you need to stop nginx server using following command Option 1: Remove nginx but keep config files Option 2: Remove everythingRead More

How to Install NGINX Web Server in Ubuntu

In this tutorial, you will learn how to Install and Configure Nginx Web Server in Ubuntu. Nginx web server is a widely used open-source HTTP server for modern operating systems including UNIX and Windows. How to install and configure the Nginx web server in Ubuntu systems. Step 1: Updating RepositoriesYou can download and update the […]Read More

How to Install LetsEncrypt SSL Certificate in Ubuntu NGINX Server

In this tutorial you will be able to install LetsEncrypt SSL certifcate in NGINX Ubuntu Server Learn how to install NGINX server in Ubuntu Step 1 SSHSSH into your Ubuntu server Step 2 – Add Certbot PPA in RepositoryRun the following commands to add Certbot PPA Repository Step 3 – Install Certbot Step 4 – […]Read More