fixes typo in nginx.tmpl

This commit is contained in:
William Dix 2014-12-14 21:29:01 -05:00
parent 6889132dfc
commit 5fd333c11e

View file

@ -115,7 +115,7 @@ server {
location / {
{{ if $sslVerifyClient }}
proxy_set_header Subject-Name $ssl_client_s_dn;
{{ end }
{{ end }}
proxy_pass http://{{ $host }};
}
}