Remove dynamic TLS records

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-08-08 15:52:56 -04:00
parent f4678764f5
commit 4a9b02bc03
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
5 changed files with 1 additions and 22 deletions

View file

@ -380,10 +380,6 @@ http {
ssl_dhparam {{ $cfg.SSLDHParam }};
{{ end }}
{{ if not $cfg.EnableDynamicTLSRecords }}
ssl_dyn_rec_size_lo 0;
{{ end }}
ssl_ecdh_curve {{ $cfg.SSLECDHCurve }};
{{ if gt (len $cfg.CustomHTTPErrors) 0 }}
@ -685,7 +681,7 @@ stream {
listen unix:{{ .StreamSocket }};
access_log off;
content_by_lua_block {
tcp_udp_configuration.call()
}