NC14.0.3 - after upgrade can login, but after while get login error

NC 14.0.3
operating system: FN9.10.2-U6, jail
php v7.2.6
apache 2.4
Hi, i upgrade NC from 13.0.5 to 14.0.3. After installed upgrade, all worked well, but after while (15mins), i get something like login error (login page is ok include certificate, and after login a get error message). Trayed switch from HTTPS to HTTP, but stil not working:

firefox:

Secure Connection Failed
The connection to the server was reset while the page was loading.
The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
Please contact the website owners to inform them of this problem.

IE:

Can’t reach this page

  • Make sure the web address https://192.168.100.103 is correct

  • [Search for this site on Bing](https://192.168.100.103 - Haku amp;PC=IENEPB)

  • [Refresh the page](javascript:location.reload():wink:

  • Check that all network cables are plugged in.

  • Verify that airplane mode is turned off.

  • Make sure your wireless switch is turned on.

  • See if you can connect to mobile broadband.

  • Restart your router.

More information > > [More information](javascript:expandCollapse(‘infoBlockID’, true):wink: <id id=“moreInformation”>More information</id>

This website could not be found.

Error Code: INET_E_RESOURCE_NOT_FOUND

my config.php:

<?php
$CONFIG = array (
'instanceid' => 'xxxx',
'passwordsalt' => 'xxx',
'secret' => 'xxx',
'trusted_domains' => 
array (
   0 => '192.168.1.103',
   1 => '192.168.0.0/24',
   2 => '10.10.10.0/24',
   3 => 'my.domain1.com',
   4 => 'my.domain2.com',
   5 => '192.168.12.12',
   6 => '192.168.20.0/24',
   7 => 'xxx.xxx.xxx.xxx',
 ),
 'datadirectory' => '/mnt/files',
 'overwrite.cli.url' => 'https://my.domain1.com',
 'dbtype' => 'mysql',
 'version' => '14.0.3.0',
 'dbname' => 'next',
 'dbhost' => 'localhost:/tmp/mysql.sock',
 'dbport' => '',
 'dbtableprefix' => 'oc_',
 'mysql.utf8mb4' => true,
 'dbuser' => 'xxx',
 'dbpassword' => 'xxxx',
 'installed' => true,
 'memcache.local' => '\\OC\\Memcache\\Redis',
 'memcache.locking' => '\\OC\\Memcache\\Redis',
 'redis' => 
  array (
   'host' => '/tmp/redis.sock',
   'port' => 0,
   'password' => 'xxxx',
   'timeout' => 3,
 ),
 'maintenance' => false,
 'mail_smtpmode' => 'smtp',
 'mail_smtpauthtype' => 'LOGIN',
 'mail_smtpsecure' => 'ssl',
 'mail_from_address' => 'xxxx',
 'mail_domain' => 'xxxx',
 'mail_smtphost' => 'xxxx',
 'mail_smtpport' => 'xxx',
 'mail_smtpauth' => 1,
 'mail_smtpname' => 'xxxx',
 'mail_smtppassword' => 'xxxx',
 'theme' => '',
 'loglevel' => 2,
 'logtimezone' => 'xxx',
 'updater.release.channel' => 'stable',
 'defaultapp' => 'files',
 'allow_user_to_change_display_name' => true,
 'remember_login_cookie_lifetime' => 1296000,
 'session_lifetime' => 86400,
 'auth.bruteforce.protection.enabled' => true,
 'skeletondirectory' => '/usr/local/www/apache24/data/nextcloud/core/skeleton',
 'trashbin_retention_obligation' => 'auto, 90',
 'appcodechecker' => true,
 'activity_expire_days' => 365,
 'enable_previews' => false,
 'updater.secret' => 'xxxx',
);