Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图小心并了解我的 nginx 配置中的每个设置。我看过一个配置示例,它具有以下内容:
workers = 8 processes = 10
但是 uWSGI 文档似乎没有区别。它们是同义词吗?如果是这样,这是否会使此配置不正确?
workers并且processes确实是同义词和同一件事。(我确定您已经看过它们的配置选项文档)
workers
processes
该配置非常不正确,因此实际上可能没有任何效果。(我刚刚发现通过cheaper在我的一个文件中两次选择ini都没有被拾取 - 但我不知道工人/进程是否是这种情况)。
cheaper
ini