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