From: Dylan William Hardison Date: Sat, 24 Mar 2018 19:15:11 +0000 (-0400) Subject: no bug - enable HTTPS the proper way X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b89f51c966016ac19316c368efe94150723ec91;p=thirdparty%2Fbugzilla.git no bug - enable HTTPS the proper way --- 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