From 405f140324ac3bc1ca7f4f0b8bc5da260684ad37 Mon Sep 17 00:00:00 2001 From: radinpirouz Date: Thu, 7 Nov 2024 15:43:11 +0330 Subject: [PATCH] Nginx : Update Web Server Doc --- 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 595a10a..5dc927d 100644 --- a/Nginx/3-Setup-Web-Server.md +++ b/Nginx/3-Setup-Web-Server.md @@ -46,7 +46,7 @@ This guide covers the steps to configure Nginx as a basic web server to serve st 1. **Create a Server Block Configuration File** Nginx server blocks (similar to Apache virtual hosts) allow you to host multiple sites on the same server. Create a new configuration file for your site. ```bash - sudo nano /etc/nginx/sites-available/example.com + sudo vim /etc/nginx/sites-available/example.com ``` 2. **Add Server Block Configuration**