-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
examplesCompose/Dockerfile/etcCompose/Dockerfile/etc
Description
The actual example nginx.conf under
.examples/docker-compose/with-nginx-proxy/mariadb-cron-redis/fpm/web/nginx.conf
contains a change in the card/calldav redirecting section (line 81 and 85):
return 301 $scheme://$host:$server_port/remote.php/dav;
If I use this I get an error in the settings->overviev page inside nextcloud saying I should consult the docs:
docs.nextcloud.com #service-discovery
I checked my old config and found the :$server_port part is causing the problem. This fixes the problem:
return 301 $scheme://$host/remote.php/dav;
for both location = /.well-known/carddav and accordingly in the calldav section.
Someone else found this issue or is this wanted and just caused by my setup :) ?
kr Jens
gwarf, am97, magreiner, tilgovi, merwan and 6 more
Metadata
Metadata
Assignees
Labels
examplesCompose/Dockerfile/etcCompose/Dockerfile/etc