Skip to content

Commit

Permalink
enable ssl for all server
Browse files Browse the repository at this point in the history
Signed-off-by: TasdidurRahman <[email protected]>
  • Loading branch information
TasdidurRahman committed Aug 1, 2024
1 parent 2335c31 commit e3f29d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apache/config.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@

/* Server settings */
for ($i = 1; isset($hosts[$i - 1]); $i++) {
$cfg['Servers'][$i]['ssl'] = true;
$cfg['Servers'][$i]['host'] = $hosts[$i - 1];
if (isset($verbose[$i - 1])) {
$cfg['Servers'][$i]['verbose'] = $verbose[$i - 1];
Expand Down

0 comments on commit e3f29d8

Please sign in to comment.