Skip to content
Snippets Groups Projects
Commit adc541c6 authored by Bob Mottram's avatar Bob Mottram
Browse files

Add session cache

parent f3df367d
No related branches found
No related tags found
No related merge requests found
......@@ -128,6 +128,7 @@ function nginx_ssl {
echo " ssl_certificate_key /etc/ssl/private/${domain_name}.key;" >> $filename
echo " ssl_dhparam /etc/ssl/certs/${domain_name}.dhparam;" >> $filename
echo '' >> $filename
echo ' ssl_session_cache builtin:1000 shared:SSL:10m;' >> $filename
echo ' ssl_session_timeout 60m;' >> $filename
echo ' ssl_prefer_server_ciphers on;' >> $filename
echo " ssl_protocols $SSL_PROTOCOLS;" >> $filename
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment