Fix proxy ssl e2e test
This commit is contained in:
parent
934831cd9b
commit
ec4fb05cad
2 changed files with 20 additions and 23 deletions
|
|
@ -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 }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue