Fix proxy ssl e2e test

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-07-06 16:39:47 -04:00
parent 934831cd9b
commit ec4fb05cad
2 changed files with 20 additions and 23 deletions

View file

@ -1309,6 +1309,8 @@ stream {
{{ if not (empty $location.ProxySSL.ProxySSLName) }}
proxy_ssl_name {{ $location.ProxySSL.ProxySSLName }};
{{ end }}
{{ if not (empty $location.ProxySSL.ProxySSLServerName) }}
proxy_ssl_server_name {{ $location.ProxySSL.ProxySSLServerName }};
{{ end }}