worker_connections is a directive contained within ___________.
nginx -s restart
nginx -s reopen
nginx -s reload--co
nginx -s refresh
Answers
Answered by
0
search in google you may get right
Answered by
0
worker_connections is a directive contained within 'nginx -s restart'.
Explanation:
- worker_connections can be defined as the number of simultaneous connections. It sets the higher number of simultaneous connections which can be opened by the worker process.
- It should be kept in mind that the number has all connections. For example, the connections with proxied servers, but not only the connections with the clients.
- The actual number of simultaneous should not exceed the current limit on the maximum number of open files which can be changed by the worker_rlimit_nofile.
- worker_connections is a directive contained within nginx -s restart.
To know more about nginx,
1) If you define more than one default server, nginx will _________.
https://brainly.in/question/8781575
2) Nginx supports __________ through SCGI protocol.
https://brainly.in/question/7737843
Similar questions