# HG changeset patch # User Igor Sysoev # Date 1317563041 0 # Node ID f13ce54a59095281da8d9d468d2a4bb0e0ffde5f # Parent 1b817ada6ea36e74c4bda977e73d3c2455010ada Changing !ADH to !aNULL in another example section to conform to modern state. diff -r 1b817ada6ea3 -r f13ce54a5909 xml/en/docs/http/configuring_https_servers.xml --- a/xml/en/docs/http/configuring_https_servers.xml Sun Oct 02 11:35:23 2011 +0000 +++ b/xml/en/docs/http/configuring_https_servers.xml Sun Oct 02 13:44:01 2011 +0000 @@ -89,7 +89,7 @@ ssl_certificate www.nginx.com.crt; ssl_certificate_key www.nginx.com.key; ssl_protocols SSLv3 TLSv1; - ssl_ciphers HIGH:!ADH:!MD5; + ssl_ciphers HIGH:!aNULL:!MD5; ...