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

View file

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