Open naclander opened 1 year ago
Hi @naclander -
Arch Linux doesn't have that rewrite line in their example config (though I'm unclear why). Maybe they had a good reason. Either way, it's not something supported officially by Nextcloud and this is a forum for reporting bugs not general troubleshooting assistance.
As this is a configuration issue, I'd suggest posting this at the Nextcloud Help Forum or maybe - better yet - the Arch Linux one because that is an configuration that seems to be coming up because of what they're suggesting on their Wiki.
General troubleshooting hints:
https://nextcloud.domain.com/wapps/richdocumentscode/proxy.php?req=/hosting/capabilities
from your web browser.wapps
(with the w
) is some sort of custom app path you've configured in NC?Are you saying uwsgi is not supported?
I am running nextcloud using uwsgi as recommended in the Arch Linux article. This means I have a slightly modified nginx configuration file like so:
Presumably the Collabora built in CODE server works when provided the recommended nginx config from nextcloud but it does not seem to work for me when modifying the nginx config as above.
Looking at
nextcloud/nextcloud.log
, I see the following error ( formatted for readability )I assume nginx is not parsing and modofying the url nextcloud is trying to reach collabora built in code server on:
https://nextcloud.domain.com/wapps/richdocumentscode/proxy.php?req=/hosting/capabilities
.Is there any advice on how I can make this work? Is nextcloud/collabora doing the right thing here? Because the rest of the functionality ( and other apps ) in nextcloud seem to work fine.