Skip to content

LorenzoBoccaccia/apache-reverse-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Apache Reverse Proxy

A simple reverse proxy, for stateless services, useful to add basic authentication to exposed docker swarm services for testing purposes

Usage

docker build https://github.com/LorenzoBoccaccia/apache-reverse-proxy.git -t tos/rproxy
docker service create --name some-name --network swarm-network -p port:80 -e VHOSTNAME=yourdomain.example.com -e REVERSE_ADDRESS=someswarmservice:port      tos/rproxy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages