Add setting to configure ecdh curve
This commit is contained in:
parent
5d17c7cc17
commit
8e41bdd3d4
2 changed files with 7 additions and 0 deletions
|
|
@ -183,6 +183,8 @@ http {
|
|||
ssl_dyn_rec_size_lo 0;
|
||||
{{ end }}
|
||||
|
||||
ssl_ecdh_curve {{ $cfg.SSLECDHCurve }};
|
||||
|
||||
{{ if .CustomErrors }}
|
||||
# Custom error pages
|
||||
proxy_intercept_errors on;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue