问题描述
nginx: [emerg] the size 10485760 of shared memory zone "SSL" conflicts with already declared size 1048576 in /www/server/panel/vhost/nginx/tool.it1997.com.conf:16
nginx: configuration file /www/server/nginx/conf/nginx.conf test failed
解决办法
修改nginx配置文件:将缓存大小设置为10m
原配置:ssl_session_cache shared:SSL:1m
修改后:ssl_session_cache shared:SSL:10m