GRPC reverse proxy using same port for multiple grpc host/ports

2019-05-28 Thread isuru
Hi All, I am trying to reverseproxy http2 base grpc using nginx.I attempted with nginx port 9092 to proxy to singl e grpc host port using a conf file inside conf.d. map $http_upgrade $connection_upgrade { default upgrade; ''close; } upstream sendssmgrpcservers { # The do

Re: systemd nginx service unable to start nginx 1.11.10

2019-05-28 Thread Vincent Li
On Tue, May 28, 2019 at 4:45 PM Maxim Dounin wrote: > By default, nginx uses /usr/local/nginx/logs/nginx.pid as a PID > file path, see "--pid-path=" here: > > http://nginx.org/en/docs/configure.html > > Unless you've redefined it during compilation, or set in nginx > configuration, or changed sys

Re: systemd nginx service unable to start nginx 1.11.10

2019-05-28 Thread Maxim Dounin
Hello! On Tue, May 28, 2019 at 03:40:57PM -0700, Vincent Li wrote: > I am running ubuntu 16.04, the nginx package from ubuntu can be > started from systemd ok as below shown. [...] > PIDFile=/run/nginx.pid [...] > but if I download the nginx 1.11.10 source tar ball from nginx > download site

systemd nginx service unable to start nginx 1.11.10

2019-05-28 Thread Vincent Li
Hi, I am running ubuntu 16.04, the nginx package from ubuntu can be started from systemd ok as below shown. ==COMMAND OUTPUT= #/usr/sbin/nginx-from-ubuntu -v nginx version: nginx/1.10.3 (Ubuntu) # ls -l /usr/sbin/nginx lrwxrwxrwx 1 root root 27 May 28 15:29 /usr/sbin/nginx -> /usr/sbin

Re: Reading large request body using ngx_http_read_client_request_body

2019-05-28 Thread NginxNewbee
Cool. Thanks a lot, Maxim. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,284214,284340#msg-284340 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Nginx Ingress Annotations failing

2019-05-28 Thread avinashjammula
I am trying use nginx ingress controller annotations for app deployment. annotations are not creating inside nginx ingress controller pod. can you Please direct me how to use. Thanks Avinash Posted at Nginx Forum: https://forum.nginx.org/read.php?2,284339,284339#msg-284339