A simple reverse proxy, for stateless services, useful to add basic authentication to exposed docker swarm services for testing purposes
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