NC23 - Onlyoffice - Host violates local access rules

Hello,

since I upgraded on NC23,
When I click on office files, NC want to download them instead of open and I have this message on onlyoffice settings when I save :
“Host violates local access rules”.

I’d already change config.php with

  'onlyoffice' =>
  array (
    'verify_peer_off' => false,
    'allow_local_remote_servers' => true,
  ),

Thanks for your help.
Regards

Needs to be outside of the onlyoffice key, on the root key.

Hello,

I use "Community Document Server " on my nextcloud server. It’s a debian VM. I use internaly a http connection and a reverse proxy for user with https.

Needs to be outside of the onlyoffice key, on the root key.
I don’t understand your response.

Thanks

It is within the brackets array for onlyoffice parameters.
Syskeeper says move it outside on a separate line in the config.php under root key

Thanks a lot RdedR,

it works with theses parameters :

‘onlyoffice’ =>
array (
‘verify_peer_off’ => false,
),
‘allow_local_remote_servers’ => true,

Have a good day
Regards