Skip to content

Releases: nfrastack/container-nginx

6.1.5

07 Jul 15:29

Choose a tag to compare

Changed

  - Fix sed statement breaking NGINX_MODE=REDIRECT

6.1.3

06 Jul 14:27

Choose a tag to compare

Changed

  - Fix when NGINX_ENABLE_BLOCK_BOTS enabled looking for missing file

6.1.2

04 Jul 22:33

Choose a tag to compare

Changed

  - Add nullglob checking for *.conf files

6.1.1

04 Jul 15:30

Choose a tag to compare

Changed

  - Add ARGs to support easier version switching in Dockerfile

6.0.4

27 Jun 20:13

Choose a tag to compare

Changed

  - Change from sites.available to sites.enabled

6.0.3

27 Jun 16:51

Choose a tag to compare

Changed

  - Fixes for environment value buster NGINX_SITE_ENABLED

6.0.2

26 Jun 17:20

Choose a tag to compare

Changed

  - Fix for Proxy mode hosting multiple configurations

6.0.1

26 Jun 15:55

Choose a tag to compare

Added

  - Add null for value of NGINX_SITE_ENABLED to bust parent image declarations
  - Cleanup with site-enabled and post-init function

6.0.0

23 Jun 15:13

Choose a tag to compare

Added

  - Nginx 1.23.0
  - Rewrote image and seperated into functions for discrete configuration when there is multiple websites or configurations available
  - Nginx Maintenance mode path has been moved, yet is customizable and volumes can be mapped to the folder
  - Alternatively, NGINX_MAINTENANCE_REMOTE_URL also works to pull an html file from the web/intranet and take the place of the baked in maintenance page
  - /etc/nginx/conf.d is being retired. Now drop your custom site configuration into /etc/nginx/sites.available. Also set NGINX_SITE_ENABLED=(config file, without the .conf extension) to have the automation work for things like authentication, blocking bots. You can seperate it via commas to have the image work on multiple configuration files. If the system detects /etc/nginx/conf.d it will move them automatically yet give a warning into /etc/nginx/sites.available and make them ALL enabled at the end of the container initialization, this may not be what you want, but is an attempt to add some backwards compatibility.
  - /etc/nginx/nginx.conf.d has been renamed to /etc/nginx/snippets, however this shouldn't affect anyone unless they have modified the image extensively.

5.17.6

25 May 00:22

Choose a tag to compare

Added

  - Nginx 1.22.0