We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e71b6f + cd02851 commit 8ad0aaaCopy full SHA for 8ad0aaa
nginx.conf
@@ -213,6 +213,9 @@ echo "Docker configured with HTTPS_PROXY=$scheme://$http_host/"
213
# Add the authentication info, if the map matched the target domain.
214
proxy_set_header Authorization $finalAuth;
215
216
+ # Use SNI during the TLS handshake with the upstream.
217
+ proxy_ssl_server_name on;
218
+
219
# This comes from a include file generated by the entrypoint.
220
include /etc/nginx/docker.verify.ssl.conf;
221
0 commit comments