Skip to content

Commit fdd7f0d

Browse files
Warfieldsvgrassia
andauthored
Update util/Setup/Templates/NginxConfig.hbs
Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
1 parent 6c35980 commit fdd7f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/Setup/Templates/NginxConfig.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ server {
3232

3333
ssl_protocols {{{SslProtocols}}};
3434
ssl_ciphers "{{{SslCiphers}}}";
35-
{{$if SslCurves}}
35+
{{#if SslCurves}}
3636
ssl_ecdh_curve {{{SslCurves}}};
3737
{{/if}}
3838
# Enables server-side protection from BEAST attacks

0 commit comments

Comments
 (0)