Skip to content

A very simple reverse proxy using nginx and Docker

Notifications You must be signed in to change notification settings

mat02/nginx-reverse-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nginx-reverse-proxy

A very simple reverse proxy using nginx and Docker

docker run -p 1234:80 --env UPSTREAM_HTTP_ADDRESS='https://caprover.com' caprover/nginx-reverse-proxy

Open http://localhost:1234 in your browser.

About

A very simple reverse proxy using nginx and Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 70.2%
  • Dockerfile 29.8%