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

Support for HTTP/2, TLSv1.3, and use Unix sockets instead of HTTP #1

Merged
merged 3 commits into from
Dec 24, 2022

Conversation

binwiederhier
Copy link
Owner

@binwiederhier binwiederhier commented Dec 23, 2022

@otbutz
Copy link

otbutz commented Dec 23, 2022

Also worth a try:

events {
        worker_connections 40500; # ntfy: 2x of LimitNOFILE
        use epoll;
        multi_accept on;
}

Source: https://github.com/patrickdappollonio/nginx-vs-caddy-benchmark/blob/main/nginx.conf

@binwiederhier
Copy link
Owner Author

@otbutz I'm already regretting taking this ticket on. Because now I have to do a release and all that just to roll this out. Let's do baby steps. I have zero performance problems, so let's not prematurely optimize. :-)

@binwiederhier binwiederhier merged commit f2260cf into main Dec 24, 2022
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.

Enable HTTP/2 for ntfy.sh
2 participants