- Upgrade the NGINX Docker image to
nginx:1.13.7-alpine-perl. - Add a
versionfield in/checkresponse.
- Upgrade the NGINX Docker image to
nginx:1.13.6-alpine-perl.
- Upgrade the NGINX Docker image to
nginx:1.13.5-alpine-perl.
- Support the
FILES_PORTenvironment variable in the Docker image to configure the port in which the service will accept requests. NGINXlistendirectives cannot be configured using environment variables. Because of that, a custom Docker ENTRYPOINT is introduced to modify thelistendirective. Defaults to port 80. - Properly fallback to the scheme and host provided by the request.
- Use HTTPS when contacting to AWS S3.
- Upgrade the NGINX Docker image to
nginx:1.13.3-alpine-perl.
- Initial release