Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
2k views

Nextcloud on apache behind nginx reverse proxy returns 404 on index.php redirects

I'm having issues with an nextcloud instance running on apache (+php-fpm) as a docker container and my nginx reverse proxy. When I open the Nextcloud URL nginx proxies the request to apache and apache ...
anghenfil's user avatar
1 vote
1 answer
2k views

Is it possible to share files through Apache WebDAV?

Apache WebDAV allows to setup a WebDAV server without the PHP overhead which is usualy produced through Nextcloud/Owncloud. But is it also able to: share a file / folder with other authed users? ...
mgutt's user avatar
  • 542
1 vote
1 answer
2k views

Move nextcloud to sub url but put a public folder at root (with nextcloud + nginx + nginx-docker-gen all in docker)

I have nextcloud running on https://cloud.museumsstrasse.at but since we will use nextcloud primarily for opening data to the public I would like that this nextcloud root url leads to a public ...
steffres's user avatar
  • 101
2 votes
1 answer
873 views

502 error code on nginx reverse proxy to docker container

I have run a docker container with nextcloud image (from here https://hub.docker.com/_/nextcloud/) with this script: docker run \ --rm \ --detach \ --publish 54002:80 \ --name cloud.example.com \ --...
Bogdan Lashkov's user avatar