Update nginx.conf
This commit is contained in:
@ -1,9 +1,13 @@
|
||||
user www-data;
|
||||
worker_processes 1;
|
||||
daemon off;
|
||||
|
||||
pid /var/run/nginx.pid;
|
||||
|
||||
events {
|
||||
worker_connections 5;
|
||||
worker_connections 1024;
|
||||
use epoll;
|
||||
multi_accept off;
|
||||
}
|
||||
|
||||
http {
|
||||
|
||||
Reference in New Issue
Block a user