From 1b89f51c966016ac19316c368efe94150723ec91 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Sat, 24 Mar 2018 15:15:11 -0400 Subject: no bug - enable HTTPS the proper way --- conf/httpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/httpd.conf') diff --git a/conf/httpd.conf b/conf/httpd.conf index 3bde2aeab..7fe859b59 100644 --- a/conf/httpd.conf +++ b/conf/httpd.conf @@ -92,7 +92,7 @@ DocumentRoot "/app" Alias "/bmo" "/app" - SetEnv HTTPS on + SetEnvIf X-Forwarded-Proto "https" HTTPS=on Options -Indexes -FollowSymLinks -- cgit v1.2.3-24-g4f1b