Re: How to set up SPDY Protocol over Nginx?

2013-03-01 Thread deepak-kumar
Thanks for the hint. I had to change my init.d script. Modified to DAEMON=/usr/local/sbin/nginx earlier it was #DAEMON=/usr/sbin/nginx CLOSED. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,236756,236777#msg-236777 ___ nginx mailing list

Re: How to set up SPDY Protocol over Nginx?

2013-03-01 Thread deepak-kumar
Yeah. I get your point. I ll post my findings here. Thanks. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,236756,236772#msg-236772 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: How to set up SPDY Protocol over Nginx?

2013-03-01 Thread deepak-kumar
Well thats possible. But Nginx -V gives me correct version and shows that SPDY module is enabled and configured ... When I do which nginx on terminal it returns /usr/local/sbin/nginx Can you tell me how can I check which binary is being used for the app? $ nginx -V nginx version: nginx/1.3.13

How to set up SPDY Protocol over Nginx?

2013-03-01 Thread deepak-kumar
Hi Guys I am having problem setting up the SPDY protocol for my rails app over nginx. Here is the complete detail of the setup on stacjoverflow. http://stackoverflow.com/questions/15152775/how-to-set-up-spdy-protocol-over-nginx Posting it here so that it can have a bigger audience. I can copy p