fixes typo in nginx.tmpl
This commit is contained in:
parent
6889132dfc
commit
5fd333c11e
1 changed files with 1 additions and 1 deletions
|
@ -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 }};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue