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;
|
worker_processes auto;
|
||||||
pid /var/run/nginx.pid;
|
pid /var/run/nginx.pid;
|
||||||
events {
|
events {
|
||||||
worker_connections 1024;
|
worker_connections 2048;
|
||||||
multi_accept on;
|
multi_accept on;
|
||||||
use epoll;
|
use epoll;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue