Getting Started
- 
3. Starting NGINXNext to Start NGINX on the default Http port 
 First, Stop Apache if is installed:sudo service apache2 stop And the to Start/Restart NGINX play: sudo service n/nginx restart 
- 
4. Testing NGINXFinally, Testing NGINX Installation 
 On a localhost with curl:curl http://127.0.0.1 Or the same address on a Browser… 
- 
5. Configuring NGINXTo Edit the NGINX Configuration File 
 With the nano Editor:sudo nano /etc /nginx/conf.d/default.conf See the Getting Started Documentation below for useful Examples. 
 Ctrl+w to Search.
 Finally, Ctrl+x to Save & Exit from nano Editor.
- 
6. NGINX Getting Started GuideGetting Started with NGINX Administration on GNU/Linux 
Contents
