From 7f808de7665f92c4230ca1396e8defb263fc9ad6 Mon Sep 17 00:00:00 2001 From: phil Date: Wed, 25 Oct 2023 21:27:59 +0200 Subject: [PATCH] Fix nginx configuration --- templates/nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/nginx/nginx.conf b/templates/nginx/nginx.conf index 811df91..1ec2ba5 100644 --- a/templates/nginx/nginx.conf +++ b/templates/nginx/nginx.conf @@ -11,7 +11,7 @@ server { listen 80; listen [::]:80; server_name {{ item.name }}; - root {{ nextcloud_install_path }} + root {{ nextcloud_install_path }}; client_max_body_size {{ nextcloud_php_upload_limit }}; client_body_timeout 600s;