After rebooting a virtual machine where the onlyoffice resides, the ownership for files and folders was changed to nginx, changing the ownership back to what it once was before didn't solve the issue.
What can I do to fix this?
500 Internal server error
-
- Posts: 8
- Joined: Wed Dec 02, 2020 6:09 am
500 Internal server error
- Attachments
-
- 500 Internal server error
- Снимок экрана из 2021-01-13 09-14-10.png (47.79 KiB) Viewed 57 times
Re: 500 Internal server error
Hello Paul,
Sorry for the late response.
Please make sure the owner of /var/www/onlyoffice/ is onlyoffice:onlyoffice. Try to run service monoserve restart after changing the ownership. If this doesn't help, send me the Community Server logs /var/log/onlyoffice/
Sorry for the late response.
Please make sure the owner of /var/www/onlyoffice/ is onlyoffice:onlyoffice. Try to run service monoserve restart after changing the ownership. If this doesn't help, send me the Community Server logs /var/log/onlyoffice/
-
- Posts: 8
- Joined: Wed Dec 02, 2020 6:09 am
Re: 500 Internal server error
Yeah that's been the case, it worked after changing the ownership to onlyoffice. Thanks Carl!