ONLYOFFICE / docker-onlyoffice-nextcloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Host violates local access rules

Ivan-Igorevich opened this issue · comments

Hello! I am using this docker-compose build, thanks a lot for it. But faced a little problem: as I upload a docx file and try to convert it to OO format by right-clicking and selecting the corresponding menu entry - I got the notification in top-right corner of the app Host violates local access rulesHost violates local access rules. Where are those rules set? Can u, please, provide me some help with this?

Hello @Ivan-Igorevich,
add this line to config.php:
'allow_local_remote_servers' => true,

thank you, do i need to recreate or restart containers? i don't, thank you again))