From 87fa1a4c14f5d6bbf08598a197888df40fa97182 Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 19 Feb 2021 14:38:28 +0100 Subject: [PATCH] Changed the in #1380 forgotten config file (#1409) Signed-off-by: BuildTools --- .../mariadb/fpm/web/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.examples/docker-compose/with-nginx-proxy-self-signed-ssl/mariadb/fpm/web/nginx.conf b/.examples/docker-compose/with-nginx-proxy-self-signed-ssl/mariadb/fpm/web/nginx.conf index 9fc3e281..36f591d4 100644 --- a/.examples/docker-compose/with-nginx-proxy-self-signed-ssl/mariadb/fpm/web/nginx.conf +++ b/.examples/docker-compose/with-nginx-proxy-self-signed-ssl/mariadb/fpm/web/nginx.conf @@ -78,11 +78,11 @@ http { #rewrite ^/.well-known/webfinger /public.php?service=webfinger last; location = /.well-known/carddav { - return 301 $scheme://$host:$server_port/remote.php/dav; + return 301 $scheme://$host/remote.php/dav; } location = /.well-known/caldav { - return 301 $scheme://$host:$server_port/remote.php/dav; + return 301 $scheme://$host/remote.php/dav; } # set max upload size