fixes typo in nginx.tmpl
This commit is contained in:
parent
6889132dfc
commit
5fd333c11e
@ -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 New Issue
Block a user