From fcc291f536a1383cb21352a50365bb79352c3074 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 16 Dec 2021 19:06:50 +0100 Subject: [PATCH] Update default --- nextcloud/rootfs/defaults/default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/rootfs/defaults/default b/nextcloud/rootfs/defaults/default index f17b71216..25e934272 100644 --- a/nextcloud/rootfs/defaults/default +++ b/nextcloud/rootfs/defaults/default @@ -24,7 +24,7 @@ server { # will add the domain to a hardcoded list that is shipped # in all major browsers and getting removed from this list # could take several months. - + client_max_body_size 10G; add_header X-Content-Type-Options nosniff; add_header X-XSS-Protection "1; mode=block"; add_header X-Robots-Tag none;