Skip to content

Releases: Valian/docker-nginx-auto-ssl

Redis storage support

26 May 16:58
c0ff810
Compare
Choose a tag to compare

Changes from #44:

Gzip support

11 Nov 12:28
Compare
Choose a tag to compare

Changes from #33:

  • gzip support by default
  • dropped support for TLS 1.0 and 1.1 since it's getting deprecated
  • increased max file size to 100MB by default

Minor release - Introducing RESOLVER_ADDRESS variable

10 Nov 12:02
968dc6a
Compare
Choose a tag to compare

Changelog:

  • #32 Added RESOLVER_ADDRESS env variable to make it possible to override default 8.8.8.8 value, as it's not always working

Stable release

28 Oct 13:17
d5eea55
Compare
Choose a tag to compare

Available as docker pull valian/docker-nginx-auto-ssl:1.0.0

From this point, I'm starting properly versioning images.

A list of all available tags can be found here. Builds are automated from this repository, so you can easily pinpoint your image version to one of tags or use latest that will automatically follow the master branch.


Pull requests:

  • Update lua-resty-auto-ssl version #31 (fixes #29)

Websocket support

28 Oct 12:35
cc900e0
Compare
Choose a tag to compare
  • Added support for WebSockets #22