- Upgrade the NGINX Docker image to
nginx:1.13.7-alpine-perl
. - Add a
version
field in/check
response.
- 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_PORT
environment variable in the Docker image to configure the port in which the service will accept requests. NGINXlisten
directives cannot be configured using environment variables. Because of that, a custom Docker ENTRYPOINT is introduced to modify thelisten
directive. 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