summaryrefslogtreecommitdiffstats
path: root/httpd
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-12-16 20:17:05 +0100
committerGitHub <noreply@github.com>2017-12-16 20:17:05 +0100
commit334bead74bc9c5e819f14946726eaad40986d636 (patch)
treee7ecf8d4eba2e6a046da8a9dc8828f35b75c7428 /httpd
parent49e0df0d4e1b2f25be4ab36660dac5e47768c9a1 (diff)
downloadbugzilla-334bead74bc9c5e819f14946726eaad40986d636.tar.gz
bugzilla-334bead74bc9c5e819f14946726eaad40986d636.tar.xz
Bug 1403777 - Migrate urlbase from params to localconfig
Diffstat (limited to 'httpd')
-rw-r--r--httpd/httpd.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/httpd/httpd.conf b/httpd/httpd.conf
index 8d0dad36d..a664ebb16 100644
--- a/httpd/httpd.conf
+++ b/httpd/httpd.conf
@@ -68,6 +68,9 @@ DocumentRoot "/app"
<IfDefine HTTPD_IN_SUBDIR>
Alias "/bmo" "/app"
</IfDefine>
+<IfDefine HTTPS>
+ SetEnv HTTPS on
+</IfDefine>
<Directory "/app">
Options -Indexes -FollowSymLinks
AllowOverride None