summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.examples/docker-compose/with-nginx-proxy-self-signed-ssl/mariadb/fpm/web/nginx.conf4
1 files 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