Skip to content

Commit e3f29d8

Browse files
enable ssl for all server
Signed-off-by: TasdidurRahman <tasdid@appscode.com>
1 parent 2335c31 commit e3f29d8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apache/config.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777

7878
/* Server settings */
7979
for ($i = 1; isset($hosts[$i - 1]); $i++) {
80+
$cfg['Servers'][$i]['ssl'] = true;
8081
$cfg['Servers'][$i]['host'] = $hosts[$i - 1];
8182
if (isset($verbose[$i - 1])) {
8283
$cfg['Servers'][$i]['verbose'] = $verbose[$i - 1];

0 commit comments

Comments
 (0)