Skip to content

Releases: bfren/docker-nginx-proxy

v2.0.0

22 Feb 13:13
ce8f35b
Compare
Choose a tag to compare
v2.0.0 (#24)

Major updates
* Using latest base image
* Simplifying Dockerfile and using bcg-install with install script
* Moving scripts to libraries directory
* Using new BCG_E
* Namespacing environment variables
* Request SSL certificates when ssl-regenerate is used

Minor updates
* Consolidating attributes files
* Namespacing getssl environment variables correctly
* Using bcg-test-url in healthcheck
* Don't link /ssl/certs to /etc/ssl/certs

Documentation updates
* Making comments more consistent
* Updates to README

Build updates
* Updating build definitions

v1.4.5

15 Feb 17:27
Compare
Choose a tag to compare

See #23 and e565ac5

v1.4.4

11 Feb 15:10
a8eed76
Compare
Choose a tag to compare
v1.4.4 (#22)

Major updates
* Updating to latest base image
* Removing SSL_REDIRECT_INSECURE - everything should be SSL

Minor updates
* Simplying proxy Nginx configuration
* Tweaking formatting of Nginx configuration to match base image
* No need to use /bin/bash for esh now Nginx configuration is simplified

Documentation updates
* Updating documentation comments
* Adding maintenance Nginx helper to README

v1.4.3

11 Feb 14:25
a5a80ea
Compare
Choose a tag to compare
v1.4.3 (#21)

Major updates
* Updating heathcheck to use PROXY_URI instead of localhost to avoid certificate errors

v1.4.2

11 Feb 14:11
17058e4
Compare
Choose a tag to compare
v1.4.2 (#20)

Major updates
* Upgrading getssl to 2.34
* Adding support for creating pem files after certificates have been requested
* Add optional .upstream configuration file

Minor updates
* Renaming variable from IS_DEFAULT to IS_PROXY
* Renaming default Nginx config as proxy
* Don't remove site.d directories when regenerating nginx config
* Adding standard headers to proxy uri hosting
* Adding check for PROXY_URI

Documentation updates
* Changing warning in initially generated site configuration file
* Adding comments to Nginx configuration files

v1.4.1

10 Feb 20:08
Compare
Choose a tag to compare

Minor updates

  • Quoting variable outputs

v1.4.0

10 Feb 19:49
1a1e538
Compare
Choose a tag to compare
v1.4.0 (#18)

Major updates
* Updating base image version
* Switching to esh from gomplate
* Using bcg- executables

Minor updates
* Changing html font to Arial
* Simplifying site config

v1.3.1

09 Feb 12:37
f38688d
Compare
Choose a tag to compare
v1.3.1 (#17)

Major updates
* Using latest Nginx base image
* Adding required PROXY_URI environment variable
* Add default server configuration
* Namespacing helper configuration files
* Adding maintenance page for HTTP 502/503/504 errors

v1.3.0

07 Feb 15:17
4efac5c
Compare
Choose a tag to compare

See #16 and 4efac5c

v1.2.8

06 Feb 10:19
44c7186
Compare
Choose a tag to compare

See #15