From 159488d1c24d86a97230c72a190079dec2698f51 Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Sat, 6 Dec 2025 23:46:35 -0500 Subject: [PATCH] example ineffective with rootless, reworking --- files/nextcloud.vhost.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 files/nextcloud.vhost.conf diff --git a/files/nextcloud.vhost.conf b/files/nextcloud.vhost.conf new file mode 100644 index 0000000..7e3906e --- /dev/null +++ b/files/nextcloud.vhost.conf @@ -0,0 +1,2 @@ +client_max_body_size 10G; +proxy_request_buffering off;