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;