Updating README around VIRTUAL_PROTO for https
Should resolve Issue #562
This commit is contained in:
parent
0670a13d92
commit
0746046395
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue