From ec51f28ef759607e45eaaae7e2f71cd97cee9848 Mon Sep 17 00:00:00 2001 From: Viktor Date: Sat, 14 Oct 2017 20:55:32 +0200 Subject: [PATCH] Fixed #347 --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index 9fa0049a..ead15651 100644 --- a/docs/config.md +++ b/docs/config.md @@ -29,7 +29,7 @@ The following environment variables can be used to configure the *Docker Flow Pr |DO_NOT_RESOLVE_ADDR|Whether not to resolve addresses. If set to `true`, the proxy will NOT fail if the service is not available.
**Default value:** `false`| |EXTRA_FRONTEND |Value will be added to the default `frontend` configuration. Multiple lines should be separated with comma (*,*).| |EXTRA_GLOBAL |Value will be added to the default `global` configuration. Multiple lines should be separated with comma (*,*).| -|HTTPS_ONLY |If set to true, all requests to all the service will be redirected to HTTPS.
**Example:** `true`
**Default Value:** `false`| +|HTTPS_ONLY |If set to true, all requests to all services will be redirected to HTTPS.
**Example:** `true`
**Default Value:** `false`| |LISTENER_ADDRESS |The address of the [Docker Flow: Swarm Listener](https://github.com/vfarcic/docker-flow-swarm-listener) used for automatic proxy configuration.
**Example:** `swarm-listener:8080`| PROXY_INSTANCE_NAME|The name of the proxy instance. Useful if multiple proxies are running inside a cluster.
**Default value:** `docker-flow`| |SERVICE_NAME |The name of the service. It must be the same as the value of the `--name` argument used to create the proxy service. Used only in the *swarm* mode.
**Example:** `my-proxy`
**Default value:** `proxy`|