From 4cf684a701fcf175bf2104bef66f91ac7549818f Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 8 May 2014 18:50:33 -0700 Subject: better checking for SSL servers, even though it probably doesn't fix the cookie bug --- doc/install/sample-nginx.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/install/sample-nginx.conf') diff --git a/doc/install/sample-nginx.conf b/doc/install/sample-nginx.conf index cd12d8dea..ade323a4f 100644 --- a/doc/install/sample-nginx.conf +++ b/doc/install/sample-nginx.conf @@ -59,6 +59,8 @@ server { ssl_ciphers ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv3:+EXP; ssl_prefer_server_ciphers on; + fastcgi_param HTTPS on; + index index.php; charset utf-8; root /var/www/red; -- cgit v1.2.3