1
0
Fork 0

Update nginx.conf for Nextcloud 26

This commit is contained in:
Tobias Strobel 2023-04-15 23:00:17 +00:00
parent 044a74b14a
commit eefc43b4a4
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}