Skip to content

This repository contains simple example of nginx reverse-proxy / http port forwarding

License

Notifications You must be signed in to change notification settings

daggerok/nginx-reverse-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nginx reverse proxy Build Status

This repository contains simple example of nginx reverse-proxy / http port forwarding to node 3000
  internet <-> [nginx-reverse-proxy:80] <-> [node-web-app:3000]
test
docker-compose up -V --build --remove-orphans --force-recreate
http :80
docker-compose down -v