Merge pull request #4412 from Shopify/ssl-early-data
Add nginx ssl_early_data option support
This commit is contained in:
commit
0b375989f3
3 changed files with 19 additions and 0 deletions
|
|
@ -351,6 +351,8 @@ http {
|
|||
|
||||
ssl_protocols {{ $cfg.SSLProtocols }};
|
||||
|
||||
ssl_early_data {{ if $cfg.SSLEarlyData }}on{{ else }}off{{ end }};
|
||||
|
||||
# turn on session caching to drastically improve performance
|
||||
{{ if $cfg.SSLSessionCache }}
|
||||
ssl_session_cache builtin:1000 shared:SSL:{{ $cfg.SSLSessionCacheSize }};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue