Skip to content

Configuring NGINX + Node.JS in both your production and staging environments

Notifications You must be signed in to change notification settings

d0nd3r3k/NGINODE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Configuration

After copying example.com and staging.example.com files to /etc/nginx/sites-enabled you need to create the symbolic links

sudo ln -s /etc/nginx/sites-enabled/example.com /etc/nginx/sites-available/example.com

and

sudo ln -s /etc/nginx/sites-enabled/staging.example.com /etc/nginx/sites-available/staging.example.com

Fore more information follow this blogpost

About

Configuring NGINX + Node.JS in both your production and staging environments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published