change 'buildSSPassthrouthUpstreams' to 'buildSSLPassthroughUpstreams'

This commit is contained in:
caiyixiang 2017-02-20 10:30:37 +08:00
parent 05235588ff
commit e68abf067b
2 changed files with 3 additions and 3 deletions

View file

@ -446,7 +446,7 @@ stream {
server 127.0.0.1:442;
}
{{ buildSSPassthroughUpstreams $backends .PassthroughBackends }}
{{ buildSSLPassthroughUpstreams $backends .PassthroughBackends }}
server {
listen [::]:443 ipv6only=off{{ if $cfg.UseProxyProtocol }} proxy_protocol{{ end }};