Re: gRPC reverse proxy closed tcp connection after 1000 rpc calls

2019-04-11 Thread hadals
server { listen 8080 http2 reuseport; server_name dev-status-service-svc-protocol-50051; access_log off; http2_max_requests 1000; http2_max_concurrent_streams 512; grpc_socket_keepalive on; location / {

Running video

2019-04-11 Thread samemiki
Hello, I'm not sure if this is the right forum to ask. But, hopefully it is. I've tried google search on this issue with no helpful result. An admin in my work has setup a VM for a webserver running nginx. I got a sudo account and managed to setup the website we need. We want to start adding vide

Static files do not load

2019-04-11 Thread pratheep g via nginx
Hi, I need to rewrite my URL like http://www.mysite.com/abc    >>>    /abc    >>>    /abc/styles/sample.css     >>>  /abc/styles/sample2.css     >>>  /abc/styles/sampl

Re: Error code 500 when serving from cache

2019-04-11 Thread guy1976
Hi We do see error logs for other real failures... here is the config for error_log error_log /var/log/nginx/error.log warn; Do we know of such bug that could have been fixed in newer versions? Upgrade is not easy as this is an old installation our customer did for over 100 sites. Thanks Guy

Re: Error code 500 when serving from cache

2019-04-11 Thread Maxim Dounin
Hello! On Thu, Apr 11, 2019 at 08:45:46AM -0400, guy1976 wrote: > I'm getting random error code 500 when serving from cache, here is an > example: > > 1554735637.102 10.210.44.205 57635 "GET > kCache/.../seg-101341803-s32-v1-a1.ts HTTP/1.1" 830 "" "Mozilla/5.0 (Windows > NT 10.0; WOW64; Trident

Re: nginx-1.15.11

2019-04-11 Thread Kevin Worthington
Hello Nginx users, Now available: Nginx 1.15.11 for Windows https://kevinworthington.com/nginxwin11511 (32-bit and 64-bit versions) These versions are to support legacy users who are already using Cygwin based builds of Nginx. Officially supported native Windows binaries are at nginx.org. Annou

Error code 500 when serving from cache

2019-04-11 Thread guy1976
Hi I'm getting random error code 500 when serving from cache, here is an example: 1554735637.102 10.210.44.205 57635 "GET kCache/.../seg-101341803-s32-v1-a1.ts HTTP/1.1" 830 "" "Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko" 200 897748 0.052 HIT - https 1554735766.426 1

Nginx reverse proxy redirection combinations

2019-04-11 Thread Andr� Auchecorne
Hi Every one! Could you please help me? I'm trying to figure out if with Nginx Reverse Proxy it is possible to redirect trafic as in the following cases? 1- IP==>IP 2- IP==>Port 3- IP==>URL 4- IP==>Domaine Name 5- IP==>URI 6- Port==>IP 6- Port==>Port 8- Port==>URL 9- Port==>Domaine Name 10- Por