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 / { location / {
{{ if $sslVerifyClient }} {{ if $sslVerifyClient }}
proxy_set_header Subject-Name $ssl_client_s_dn; proxy_set_header Subject-Name $ssl_client_s_dn;
{{ end } {{ end }}
proxy_pass http://{{ $host }}; proxy_pass http://{{ $host }};
} }
} }