tokers commented on a change in pull request #3084:
URL: https://github.com/apache/apisix/pull/3084#discussion_r549938026
##########
File path: conf/config-default.yaml
##########
@@ -174,6 +174,8 @@ nginx_config: # config for render the
template to generate n
# lua_shared_dicts: # add custom shared cache to nginx.conf
# ipc_shared_dict: 100m # custom shared cache, format: `cache-key:
cache-size`
+ proxy_ssl_server_name: true # disable passing of the server name through
tls
Review comment:
The comment is not right. Just reference the Nginx doc:
> Enables or disables passing of the server name through TLS Server Name
Indication extension (SNI, RFC 6066) when establishing a connection with the
proxied HTTPS server.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]