OMV + Nextcloud + HTTP

Hello. I’m new and speak English through a translator; do not swear much, please.
I’m trying to put on ROCKPro64 OMV + Nextcloud
I did everything according to this instruction: https://www.youtube.com/watch?v=PKsq7k2pwsI,
only the versions of the plugins were taken not by linuxserver / mariadb (nextcloud), but by lsioarmhf / mariadb (nextcloud).
Everything worked out.
BUT you can enter nextcloud only on https.
When I try to access http I get the error DNS_PROBE_FINISHED_NXDOMAIN (ERR_NAME_NOT_RESOLVED), and the following address appears in the address bar of the browser: https: //_/index.php

It seems to me that somewhere redirect is configured from http to https, but I don’t know where to look and fix it.
Tell me please.
Here is my file:
/sharedfolders/AppData/Nextcloud/www/nextcloud/config / config.РНР

<?php

$CONFIG = array (
‘memcache.local’ => ‘\OC\Memcache\APCu’,
‘datadirectory’ => ‘/data’,
‘instanceid’ => ‘ocm64u8nnc7m’,
‘passwordsalt’ => ‘ZrGPHCjGbsWYn5IPrZlMa5d7yvPv5b’,
‘secret’ => ‘CdvLphUWbDOkA/fm5hsvdYjfBwHOSJRL6H+f7+U/sr2TvwHv’,
‘trusted_domains’ =>
array (
0 => ‘192.168.10.21:444’,
1 => ‘192.168.10.21:8080’,
),
‘dbtype’ => ‘mysql’,
‘version’ => ‘16.0.3.0’,
‘overwrite.cli.url’ => ‘https://192.168.10.21:444’,
‘dbname’ => ‘nextcloud’,
‘dbhost’ => ‘192.168.10.21:3306’,
‘dbport’ => ‘’,
‘dbtableprefix’ => ‘oc_’,
‘dbuser’ => ‘user1’,
‘dbpassword’ => ‘passone’,
‘installed’ => true,
);

Change: ‘overwrite.cli.url’ => ‘https://192.168.10.21:444’, to ‘overwrite.cli.url’ => ‘http://192.168.10.21:8080’,
Nothing has happened.
Access on https is, on, https did not appear.