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

Initial optimized nginx configs #8

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

joanhey
Copy link

@joanhey joanhey commented Nov 10, 2022

More worker connections.
By default have 512 per worker, 4 cores x 512 = 2048 max connections

Add error_log to stderr, by default to the file system.
So using http1.0, we are creating errors and also add file system IO for these errors.

Later I'll send more classic optimizations.

Tomorrow I'll add Caddy to the TechEmpower benchmark to check the numbers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant