From 9f961597c6d560bf3030b7b0304b3eea678d9460 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Wed, 10 Feb 2016 01:11:43 +0100 Subject: [PATCH] Document site/sslproxy config value Should be put into installation configuration too. Maybe a sample and commented out entry in config.php as well. --- CONFIGURE | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONFIGURE b/CONFIGURE index d0b6a24484..57e9f64b41 100644 --- a/CONFIGURE +++ b/CONFIGURE @@ -100,6 +100,10 @@ ssl: Whether to use SSL and https:// URLs for some or all pages. (don't use it for any pages), or 'sometimes' (use it for sensitive pages that include passwords like login and registration, but not for regular pages). Default to 'never'. +sslproxy: Whether to force GNUsocial to think it is HTTPS when the + server gives no such information. I.e. when you're using a reverse + proxy that adds the encryption layer but the webserver that runs PHP + isn't configured with a key and certificate. sslserver: use an alternate server name for SSL URLs, like 'secure.example.org'. You should be careful to set cookie parameters correctly so that both the SSL server and the