From 4f45c37014388322c37826950924236acbc268b3 Mon Sep 17 00:00:00 2001 From: RadinPirouz <75082987+RadinPirouz@users.noreply.github.com> Date: Thu, 7 Nov 2024 15:42:23 +0330 Subject: [PATCH] Update 3-Setup-Web-Server.md --- Nginx/3-Setup-Web-Server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nginx/3-Setup-Web-Server.md b/Nginx/3-Setup-Web-Server.md index 8644ddc..595a10a 100644 --- a/Nginx/3-Setup-Web-Server.md +++ b/Nginx/3-Setup-Web-Server.md @@ -6,7 +6,7 @@ This guide covers the steps to configure Nginx as a basic web server to serve st ## Prerequisites -- A server with **Nginx installed**. If you haven’t installed Nginx yet, follow the installation instructions in the [Nginx Installation Guide](#) (or use the provided installation commands). +- A server with **Nginx installed**. If you haven’t installed Nginx yet, follow the installation instructions in the [Nginx Installation Guide](2-Installtion.md) (or use the provided installation commands). - **Root or sudo privileges** to edit configuration files and restart Nginx services. ---