Thank you for your attention.
No special modules and no reverse proxy.
I can’t upgrade my environment, at the moment, unfortunately.
Here is my config.php (sensitive data are replaced with HIDE):
<?php
$CONFIG = array (
'instanceid' => 'HIDE',
'passwordsalt' => 'HIDE',
'secret' => 'HIDE',
'versions_retention_obligation' => 'auto',
'datadirectory' => '/var/www/html/nextcloud/HIDE/data',
'overwrite.cli.url' => 'HIDE',
'skeletondirectory' => '',
'installed' => true,
'loglevel' => 2,
'logfile' => '/var/log/nextcloud/nextcloud_HIDE.log',
'log_rotate_size' => '104857600',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'memcache.distributed' => '\\OC\\Memcache\\Redis',
'memcache.local' => '\\OC\\Memcache\\Redis',
'redis' =>
array (
'host' => 'localhost',
'port' => 6379,
'timeout' => 3,
),
'maintenance' => false,
'theme' => '',
'mail_from_address' => 'noreply',
'mail_smtpmode' => 'smtp',
'mail_sendmailmode' => 'smtp',
'mail_domain' => 'HIDE',
'mail_smtphost' => 'HIDE',
'preview_max_filesize_image' => 100,
'enabledPreviewProviders' =>
array (
0 => 'OC\\Preview\\Image',
1 => 'OC\\Preview\\TXT',
2 => 'OC\\Preview\\PDF',
3 => 'OC\\Preview\\Movie',
4 => 'OC\\Preview\\TIFF',
5 => 'OC\\Preview\\SVG',
6 => 'OC\\Preview\\MKV',
7 => 'OC\\Preview\\MP4',
8 => 'OC\\Preview\\AVI',
9 => 'OC\\Preview\\MOV',
10 => 'OC\\Preview\\TIF',
),
'trusted_domains' =>
array (
0 => 'HIDE',
),
'dbtype' => 'mysql',
'version' => '18.0.4.2',
'dbname' => 'HIDE',
'dbhost' => 'HIDE',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'HIDE',
'dbpassword' => 'HIDE',
'updater.release.channel' => 'stable',
'mail_smtpport' => '25',
);