From deb1578587cbc0bfe3a802d72d9575f5f55c6c4d Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Sun, 7 Dec 2025 01:17:19 -0500 Subject: [PATCH] vhost options, files not templates --- files/nextcloud.vhost.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/nextcloud.vhost.conf b/files/nextcloud.vhost.conf index 7e3906e..ecd6a7d 100644 --- a/files/nextcloud.vhost.conf +++ b/files/nextcloud.vhost.conf @@ -1,2 +1,4 @@ +root /var/www/html; +index index.php; client_max_body_size 10G; proxy_request_buffering off;