Update 3-Setup-Web-Server.md

This commit is contained in:
RadinPirouz
2024-11-07 15:42:23 +03:30
committed by GitHub
parent 983cc5c887
commit 4f45c37014

View File

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