From 0a357f1976e81826dfc7a2acd42c1d876e6ad1c4 Mon Sep 17 00:00:00 2001 From: warren-ru <69246897+warren-ru@users.noreply.github.com> Date: Sat, 23 Jan 2021 07:44:47 +0000 Subject: [PATCH] Update nginx.conf --- .../with-nginx-proxy/mariadb-cron-redis/fpm/web/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.examples/docker-compose/with-nginx-proxy/mariadb-cron-redis/fpm/web/nginx.conf b/.examples/docker-compose/with-nginx-proxy/mariadb-cron-redis/fpm/web/nginx.conf index 9fc3e281..36f591d4 100644 --- a/.examples/docker-compose/with-nginx-proxy/mariadb-cron-redis/fpm/web/nginx.conf +++ b/.examples/docker-compose/with-nginx-proxy/mariadb-cron-redis/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