You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A docker image based on jwilder/nginx-proxy which modifies the template to have a single host provide access to multiple containers.
3
+
4
+
## This image enviroment variables
5
+
6
+
* EXTERNAL_HTTPS_PORT: Specifies the port which is redirected to on HTTP->HTTPS redirection. Useful if behind NAT. Defaults to 443.
7
+
8
+
## Other container environment variables
9
+
10
+
* NGINX_PROXY_SUBDIRECTORY [REQUIRED]: Specifies the subdirectory to use for this container. If multiple containers have the same subdirectory, nginx will load balance those requests.
11
+
* NGINX_PROXY_SUBDIRECTORY_MAP_TO_ROOT: If 0, maps /$subdir to /$subdir. If 1, maps /$subdir to /. Defaults to 1.
12
+
* VIRTUAL_PROTO: Protocol to use for connection to backend container. Defaults to http.
0 commit comments