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. ---