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