Re: [grpc-io] How can I use nginx 1.9.5 as reverse proxy with gRPC?

2017-02-16 Thread Jacks Gong
Okay, , Thanks. On Thursday, February 16, 2017 at 4:41:58 PM UTC+8, Stanley Cheung wrote: > > The PHP use case is as follows: > >- Your frontend client (e.g. browser, mobile) is hitting your Nginx >reverse proxy >- Perhaps that's a PHP script that the user is requesting. Nginx is >

Re: [grpc-io] How can I use nginx 1.9.5 as reverse proxy with gRPC?

2017-02-16 Thread 'Stanley Cheung' via grpc.io
The PHP use case is as follows: - Your frontend client (e.g. browser, mobile) is hitting your Nginx reverse proxy - Perhaps that's a PHP script that the user is requesting. Nginx is launching a fastcgi process to run your PHP script. - This PHP script can be used as a gRPC client it

[grpc-io] How can I use nginx 1.9.5 as reverse proxy with gRPC?

2017-02-16 Thread igzhenjie
Thanks guys, It's very pleasure to join this group. I want to write my backend code with Java, and my reverse proxy engine is NGINX 1.11.9(which has been supported HTTP/2), I saw the gRPC PHP has been adapted with NGINX with the doc: https://github.com/grpc/grpc/tree/master/src/php#use-the-