Installing NGINX in linux
Fazly Fathhy

Fazly Fathhy @fazly_fathhy

About: "Code, build, caffeinate, repeat."

Location:
Hijra Street, Kinniya -03, Trincomalee, Srilanka
Joined:
Sep 16, 2024

Installing NGINX in linux

Publish Date: Dec 7 '24
0 0

To install NGINX on a Linux system, follow these steps based on the Linux distribution you are using. Here's a guide for common distributions like Ubuntu/Debian and CentOS/RHEL.

Step 1: Update the Package List
*sudo apt update

Step 2: Install NGINX
*sudo apt install nginx -y

Step 3: Start and Enable NGINX
*sudo systemctl start nginx
*sudo systemctl enable nginx

Step 4: Verify the Installation

Open your browser and navigate to http:// or http://localhost.
You should see the default NGINX welcome page.

Comments 0 total

    Add comment