Ubuntu Nginx Create Symbolic Links In Sites Enabled
When working in Ubuntu Server to deploy an application, it is important to know how to create Symbolic Links to link Sites-Available files to Sites-Enabled Folder. Without this step you will not see the web application you want to deploy. Here is how you create Symbolic Links in Ubuntu:
sudo ln -s /etc/nginx/sites-available/exampleOfYourSite [Note:Space Here,Only One tab] /etc/nginx/sites-enabled