From 6ee2d7277e3db8451ed1f5c61e205fc6770f43cb Mon Sep 17 00:00:00 2001 From: chocomega Date: Tue, 22 Aug 2023 18:51:23 +0200 Subject: [PATCH] Fix typo in nginx_addition --- nextcloud/rootfs/defaults/nginx_addition | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/rootfs/defaults/nginx_addition b/nextcloud/rootfs/defaults/nginx_addition index b5cf94ba0..5aa2c52d7 100644 --- a/nextcloud/rootfs/defaults/nginx_addition +++ b/nextcloud/rootfs/defaults/nginx_addition @@ -1,7 +1,7 @@ add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload;"; location = /.well-known/host-meta { -return 301 $scheme://$http_hostpublic.php?service=host-meta; +return 301 $scheme://$http_host/public.php?service=host-meta; } location = /.well-known/host-meta.json {