And what were you up to with ab? Can you check both real quick?
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,244110,244112#msg-244112
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
I'm getting under 5000 requests per second hitting just the nginx welcome
page on a default configuration.
Any tips to improve this please?
setup is:
==
macbook pro retina 10.8.3
RoverMR:webserver rover$ nginx -v
nginx version: nginx/1.4.3
== Running ab test ==
RoverMR:webserver rover$ ab -n 10
Nevermind, solved. I was looking at my httpd.conf instead of nginx.conf and
then was able to fix from there.
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,244100,244103#msg-244103
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.o
sorry, copy/paste error: I have this:
#proxy_pass http://localhost:2345/;
#proxy_pass_reverse http://localhost:2345/;
location /nodejs {
proxy_pass http://localhost:2345/;
proxy_pass_reverse http://localhost:2345/;
}
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,244100,244102
nginx is working, but, when doing proxy_pass, gives me: Cannot GET /nodejs
here are the lines I've added to nginx.conf
ProxyPass nodejs localhost:2345
ProxyPassReverse nodejs localhost:2345
2345 is where my node server is listening
I'm pointing chrome browser here:
http://localhost/nodejs