File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ In this example, the `my-nginx-proxy` container will be connected to `my-network
76
76
77
77
### SSL Backends
78
78
79
- If you would like to connect to your backend using HTTPS instead of HTTP, set ` VIRTUAL_PROTO=https ` on the backend container.
79
+ If you would like the reverse proxy to connect to your backend using HTTPS instead of HTTP, set ` VIRTUAL_PROTO=https ` on the backend container.
80
80
81
81
### uWSGI Backends
82
82
@@ -140,6 +140,10 @@ hosts in use. The certificate and keys should be named after the virtual host w
140
140
` .key ` extension. For example, a container with ` VIRTUAL_HOST=foo.bar.com ` should have a
141
141
` foo.bar.com.crt ` and ` foo.bar.com.key ` file in the certs directory.
142
142
143
+ If you are running the container in a virtualized environment (Hyper-V, VirtualBox, etc...),
144
+ /path/to/certs must exist in that environment or be made accessible to that environment.
145
+ By default, Docker is not able to mount directories on the host machine to containers running in a virtual machine.
146
+
143
147
#### Diffie-Hellman Groups
144
148
145
149
If you have Diffie-Hellman groups enabled, the files should be named after the virtual host with a
You can’t perform that action at this time.
0 commit comments