Skip to content

Releases: envris/docker-nginx-loadbalancer

Increase proxy timeouts and upload size - Alpine

16 May 01:20

Choose a tag to compare

Set the following directives, with hard-coded values.

proxy_read_timeout 5m;
proxy_send_timeout 5m;
client_max_body_size 20m;

Increase proxy timeouts and upload size

16 May 01:18

Choose a tag to compare

Set the following directives, with hard-coded values.

proxy_read_timeout 5m;
proxy_send_timeout 5m;
client_max_body_size 20m;

HTTP-HTTPS redirect

04 May 04:15

Choose a tag to compare

Add a redirect from HTTP to HTTPS when exposing HTTPS only.

HTTP-HTTPS redirect - Alpine

03 May 23:04

Choose a tag to compare

Add a redirect from HTTP to HTTPS when exposing HTTPS only.

Swarm Mode

12 Apr 06:51

Choose a tag to compare

Add support for using Docker Swarm Mode's service discovery

Swarm Mode - Alpine

12 Apr 06:52

Choose a tag to compare

Add support for using Docker Swarm Mode's service discovery
Use alpine as the base image