Skip to content

DiptoChakrabarty/nginx-reverse-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nginx-reverse-proxy

Proxy

This is a repository which shows how to setup nginx reverse proxy to route requests to different servers.

We will use docker containers to demonstrate this.

It consists of three nginx servers.

Steps to follow

  • Run docker-compose up
docker-compose up
  • Go to localhost:8080/

  • This delivers the main app

  • Go to localhost:8080/app/

  • Reload the app and it redirects to app1 and app2

Read about it here

About

How to setup nginx reverse proxy and route requests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published