Skip to content

Commit

Permalink
Disable builtin ssl_session_cache (kubernetes#7779)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex R <i@sepa.spb.ru>
  • Loading branch information
sepich committed Oct 9, 2021
1 parent 0a2ec01 commit 5cc9aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/etc/nginx/template/nginx.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ http {

# turn on session caching to drastically improve performance
{{ if $cfg.SSLSessionCache }}
ssl_session_cache builtin:1000 shared:SSL:{{ $cfg.SSLSessionCacheSize }};
ssl_session_cache shared:SSL:{{ $cfg.SSLSessionCacheSize }};
ssl_session_timeout {{ $cfg.SSLSessionTimeout }};
{{ end }}

Expand Down

0 comments on commit 5cc9aa1

Please sign in to comment.