aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-05-09 07:39:27 +0200
committermarijus <mario@mariovavti.com>2014-05-09 07:39:27 +0200
commit56eb9e75ccad49c8fcbd569b097c2ea85e7d258f (patch)
tree87411ce648195b34f0a02ed49d60b007a6a8470d /doc
parent6e397240a3f1a1bb52ef5d9bd3929a6770ac8222 (diff)
parent831b18cf283cd52fd1b01d6c6c4648b8351985a7 (diff)
downloadvolse-hubzilla-56eb9e75ccad49c8fcbd569b097c2ea85e7d258f.tar.gz
volse-hubzilla-56eb9e75ccad49c8fcbd569b097c2ea85e7d258f.tar.bz2
volse-hubzilla-56eb9e75ccad49c8fcbd569b097c2ea85e7d258f.zip
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'doc')
-rw-r--r--doc/install/sample-nginx.conf2
1 files changed, 2 insertions, 0 deletions
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;