Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase nginx and uwsgi workers #7

Merged
merged 1 commit into from Mar 4, 2019
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

@@ -7,7 +7,7 @@ load_module modules/ndk_http_module.so;
load_module modules/ngx_http_lua_module.so;

events {
worker_connections 768;
worker_connections 1024;
# multi_accept on;
}

@@ -7,3 +7,4 @@ chunked-input-timeout = 300
socket-timeout = 300
buffer-size = 65535
master = 1
workers = 16
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.