Update nginx.conf for Nextcloud 26
This commit is contained in:
parent
044a74b14a
commit
eefc43b4a4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue