BisnodeInformatics/docker-reverse-proxy

Name: docker-reverse-proxy

Owner: Bisnode Informatics Deutschland

Description: docker image for reverse proxies

Created: 2015-03-12 13:19:08.0

Updated: 2015-03-18 10:58:14.0

Pushed: 2015-03-18 10:58:13.0

Homepage: null

Size: 144

Language: Perl

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

docker image for apache as reverse proxy

Bisnode internal image name: bisnode/reverse-proxy

how to build

eckout locally
t clone git@github.com:BisnodeInformatics/docker-reverse-proxy.git

 docker-reverse-proxy

ild docker image from local source
cker build -t bisnode/reverse-proxy .

or

ild docker image directly from github
cker build -t bisnode/reverse-proxy github.com:BisnodeInformatics/docker-reverse-proxy.git

how to run

usually you do not run this image directly, but inherit from it …

cker run -d -v /path/to/ssl/config:/etc/ssl bisnode/reverse-proxy

functionality

apache modules

following apache modules are included:

volumes
`/etc/ssl`

Since ssl is a default feature provided, this volume contains SSl certificates, keys, chains, … which can be referenced from apache configuration.

`/var/log/apache2` (optional)

Default folder where apache log files are written. You probably want to do something later on with those logs.

pre-installed config
redirect2https

simple configuration to force https by adding a redirect for all servernames - enabled by default.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.