ONLYOFFICE / docker-onlyoffice-nextcloud

MIT License
364 stars 156 forks source link

Host violates local access rules #34

Closed Ivan-Igorevich closed 4 years ago

Ivan-Igorevich commented 4 years ago

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?

HelenBelova17 commented 4 years ago

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

Ivan-Igorevich commented 4 years ago

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