NGINX + SSL template

MtK

Verified User
Joined
Aug 2, 2007
Messages
412
Hey,
I'm looking at the nginx.conf templates and I see this:

/usr/local/directadmin/custombuild/configure/nginx/conf/nginx.conf
Code:
        ssl_protocols  SSLv2 SSLv3 TLSv1;
        ssl_ciphers  HIGH:!aNULL:!MD5;
        ssl_prefer_server_ciphers   on;

/usr/local/directadmin/data/templates/nginx_server_secure.conf
Code:
        ssl_protocols SSLv3 TLSv1;
        ssl_ciphers ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv3:+EXP;
        ssl_prefer_server_ciphers on;


I know this can be overridden, but why is it different in the first place?
 
Back
Top