-
Notifications
You must be signed in to change notification settings - Fork 386
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
Deploy nodejs server on reverse proxy nginx is slow #8
Comments
Can you post config for the reverse proxy? |
http://localhost:2000/ is my node server. |
@SudoDios |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I create a nodejs http server and using autocannon to loadtest.
When I use this node server without a nginx proxy, the requests reach 137k per second.
But when I use it with nginx reverse proxy, it reaches 60k per second.
Why ????
please help me.🙏
The text was updated successfully, but these errors were encountered: