summaryrefslogtreecommitdiffstats
path: root/.examples
diff options
context:
space:
mode:
authorTim <Tockra@users.noreply.github.com>2021-02-19 14:38:28 +0100
committerGitHub <noreply@github.com>2021-02-19 13:38:28 +0000
commit87fa1a4c14f5d6bbf08598a197888df40fa97182 (patch)
tree6074f8152f6ae25e203339a7745dfc82f44f5d63 /.examples
parentb769bae69df7b0615f0280542f29bc9fa21de64d (diff)
Changed the in #1380 forgotten config file (#1409)
Signed-off-by: BuildTools <tim.tannert@tu-dortmund.de>
Diffstat (limited to '.examples')
-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