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 / {
|
||||
{{ if $sslVerifyClient }}
|
||||
proxy_set_header Subject-Name $ssl_client_s_dn;
|
||||
{{ end }
|
||||
{{ end }}
|
||||
proxy_pass http://{{ $host }};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue