From eefc43b4a4a9b4b90bd32b3f848130be2dc293c6 Mon Sep 17 00:00:00 2001 From: Tobias Strobel Date: Sat, 15 Apr 2023 23:00:17 +0000 Subject: [PATCH] Update nginx.conf for Nextcloud 26 --- nextcloud/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/nginx.conf b/nextcloud/nginx.conf index ad6b270..d2e872f 100644 --- a/nextcloud/nginx.conf +++ b/nextcloud/nginx.conf @@ -2,7 +2,7 @@ user www-data; worker_processes auto; pid /var/run/nginx.pid; events { - worker_connections 1024; + worker_connections 2048; multi_accept on; use epoll; }