9 lines
145 B
Plaintext
9 lines
145 B
Plaintext
client_max_body_size 50M;
|
|
client_body_buffer_size 5M;
|
|
|
|
worker_processes auto;
|
|
worker_rlimit_nofile 2048;
|
|
events {
|
|
worker_connections 2048;
|
|
}
|