summaryrefslogtreecommitdiffstats
path: root/httpd/httpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'httpd/httpd.conf')
-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