An open API service indexing awesome lists of open source software.

https://github.com/maur1th/node-nginx-example

Quick example with a node server behind nginx
https://github.com/maur1th/node-nginx-example

Last synced: 30 days ago
JSON representation

Quick example with a node server behind nginx

Awesome Lists containing this project

README

          

# Nodejs with nginx routing example

## Requires
- Virtualbox
- Vagrant
- Ansible 2.2

## Structure
- Sample nodejs app is in /app
- Ansible playbook including nginx conf in /deployment

## Usage
- `vagrant up` to start the vm and provision
- http://localhost:8080 to access the website