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
- Host: GitHub
- URL: https://github.com/maur1th/node-nginx-example
- Owner: maur1th
- License: bsd-3-clause
- Created: 2016-12-31T00:19:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-31T00:21:57.000Z (over 9 years ago)
- Last Synced: 2025-11-30T19:13:34.436Z (7 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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