diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2013-08-17 16:54:55 +0400 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2013-08-17 16:54:55 +0400 |
| commit | 300530284fc15c75df5478def354eab520cc615c (patch) | |
| tree | 665ac8c000c812d0b451520978f2f1ec5ca2093d /conf | |
| parent | c189eda9e6b6d5d0a0e64ab684de8b2f9bf1abd6 (diff) | |
| download | nginx-300530284fc15c75df5478def354eab520cc615c.tar.gz nginx-300530284fc15c75df5478def354eab520cc615c.tar.bz2 | |
Whitespace fix.
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/nginx.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/nginx.conf b/conf/nginx.conf index 27b8e03c6..29bc085f2 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -102,11 +102,11 @@ http { # ssl_certificate cert.pem; # ssl_certificate_key cert.key; - # ssl_session_cache shared:SSL:1m; + # ssl_session_cache shared:SSL:1m; # ssl_session_timeout 5m; # ssl_ciphers HIGH:!aNULL:!MD5; - # ssl_prefer_server_ciphers on; + # ssl_prefer_server_ciphers on; # location / { # root html; |
