Change worker_connections to 1024
This commit is contained in:
parent
7580eb9990
commit
2a55633416
|
|
@ -171,7 +171,7 @@ error_log $nginx_error_log info;
|
||||||
$(if [[ $run_as == nginx ]]; then echo "pid $nginx_pid;"; fi)
|
$(if [[ $run_as == nginx ]]; then echo "pid $nginx_pid;"; fi)
|
||||||
|
|
||||||
events {
|
events {
|
||||||
worker_connections 10;
|
worker_connections 1024;
|
||||||
}
|
}
|
||||||
|
|
||||||
http {
|
http {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user