mirror of
https://github.com/phpmyadmin/docker.git
synced 2026-08-24 02:24:16 -05:00
enable ssl for all server
Signed-off-by: TasdidurRahman <tasdid@appscode.com>
This commit is contained in:
@@ -77,6 +77,7 @@ if (! empty($_ENV['PMA_SOCKET'])) {
|
||||
|
||||
/* 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];
|
||||
|
||||
Reference in New Issue
Block a user