Commit Graph

28 Commits

Author SHA1 Message Date
1bbeba0201 Fix for docker_nginx_auto_proxy/issues/1 2016-05-14 18:20:28 +02:00
41fedc251b Update configuration templates to support 100MB request bodies 2016-04-12 22:33:55 +02:00
5ea835e695 publishing the port is not required anymore
The autoproxy container is not requiring that port 80 must be
published anymore. This is usefull in cases when again another
proxy container is build up in front.
2016-04-05 18:58:22 +02:00
99cbd96be6 Fixed error with renaming to names in template. 2016-04-03 12:23:38 +02:00
7196d03ec8 enable list of domains for a virtual host
Enables the autoproxy to handle multiple domains for a virtual
host: e.g. a container can handle requests to www.somedomain.de
and somedomain.de
2016-04-03 12:05:51 +02:00
04e6d506a1 Fixed issue when container does not have a environment variables. 2016-03-25 23:46:51 +01:00
73bddc7bcc Merge branch 'master' of code.nerd2nerd.org:n0ob/docker_nginx_auto_proxy 2016-03-25 17:52:30 +01:00
f28132bd23 Add catch all server with default error page 2016-03-25 17:51:56 +01:00
c85ba006e6 Fixed Typo 2016-03-25 16:56:57 +01:00
Joachim Lusiardi
270c2b97fc added second option to get container's id 2015-02-19 20:36:15 +01:00
e8b8646a4e improved formatting 2015-02-19 19:30:59 +01:00
Joachim Lusiardi
a0c246169c fixed problem with listening on different IPs which is not possible in the classical way in docker 2015-02-19 19:27:52 +01:00
b37c8ab7de Merge branch 'master' of code.nerd2nerd.org:n0ob/docker_nginx_auto_proxy 2015-02-01 08:40:01 +01:00
18d6645efd fixed formatting 2015-01-26 20:26:54 +01:00
Joachim Lusiardi
9bd00cca0c switched to debian8_python8 base image
cleaned up code
2015-01-26 20:25:58 +01:00
Joachim Lusiardi
945a23ff32 removed unused imports 2015-01-22 14:37:20 +01:00
Joachim Lusiardi
293d4b60ee updated documentation 2015-01-22 11:34:41 +01:00
Joachim Lusiardi
79b6019152 Converted into a docker container 2015-01-22 11:04:17 +01:00
c02f5ea21e a little more documentation 2015-01-08 07:48:34 +01:00
824b501863 Merge branch 'master' of code.nerd2nerd.org:n0ob/docker_nginx_auto_proxy 2015-01-07 20:45:59 +01:00
3cc386b409 exchanged os.mkdirs by os.mkdir 2015-01-07 20:45:52 +01:00
Joachim Lusiardi
1eda6e5cb8 proxy variables now may contain ':' (important for IPv6) 2015-01-07 15:14:29 +01:00
Joachim Lusiardi
fa01646eb4 added option to specify the ip to listen on. If the option is missing, nginx will be listening on all ips. 2015-01-07 15:06:15 +01:00
Joachim Lusiardi
f7713d84a3 handled exception if the docker deamon does not expose events on the REST-API 2015-01-07 11:38:22 +01:00
root
312e91a940 fixed typo 2015-01-03 09:44:52 +01:00
Joachim Lusiardi
00bba345f9 preexisting directory does not crash the program 2014-12-27 20:53:19 +01:00
root
476635219b worked on README.md, script generates temp dir 2014-12-26 09:33:20 +01:00
02cdc09b76 first commit 2014-12-18 10:49:13 +01:00