From 0746046395f82566b3a35a7058e2767f0ec07cdf Mon Sep 17 00:00:00 2001 From: Jasmine Hegman Date: Thu, 29 Sep 2016 19:22:32 -0700 Subject: [PATCH] Updating README around VIRTUAL_PROTO for https Should resolve Issue #562 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52ab6e4..d85fa0c 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ In this example, the `my-nginx-proxy` container will be connected to `my-network ### SSL Backends -If you would like to connect to your backend using HTTPS instead of HTTP, set `VIRTUAL_PROTO=https` on the backend container. +If you would like to connect to your backend using HTTPS instead of HTTP, set `VIRTUAL_PROTO=https` on the backend container. You will most likely also want to enable the port you will be using https over, typically `VIRTUAL_PORT=443`. ### uWSGI Backends