Releases: envris/docker-nginx-loadbalancer
Releases · envris/docker-nginx-loadbalancer
Increase proxy timeouts and upload size - Alpine
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
Set the following directives, with hard-coded values.
proxy_read_timeout 5m;
proxy_send_timeout 5m;
client_max_body_size 20m;HTTP-HTTPS redirect
Add a redirect from HTTP to HTTPS when exposing HTTPS only.
HTTP-HTTPS redirect - Alpine
Add a redirect from HTTP to HTTPS when exposing HTTPS only.
Swarm Mode
Add support for using Docker Swarm Mode's service discovery
Swarm Mode - Alpine
Add support for using Docker Swarm Mode's service discovery
Use alpine as the base image