Re: newbie: nginx rtmp module

2018-03-09 Thread li...@lazygranch.com
I had a few neurons fire. I forgot nginx can load dynamic modules. https://www.nginx.com/blog/nginx-dynamic-modules-how-they-work/ I haven't done this myself, so you are on your own at this point. On Fri, 09 Mar 2018 11:59:30 -0500 "neuronetv" wrote: > I've resigned myself to the fact that th

Re: newbie: nginx rtmp module

2018-03-09 Thread Gary
I believe you need to compile with the appropriate module. If this was freeBSD, no problem. Just use ports. (Of course FreeBSD has many other problems.) With centos, you will need to compile the code and use all the "with" options for each module you want to install. Potentially you will need to

Re: How to stop nginx from adding a trailing slash

2018-03-09 Thread Igor Sysoev
> On 9 Mar 2018, at 19:17, Gregory Edigarov wrote: > > On 09.03.18 16:52, Igor Sysoev wrote: >>> On 9 Mar 2018, at 17:06, Gregory Edigarov wrote: >>> >>> Hello, >>> >>> somesite.com/blog is 301 redirected to somesite.com/blog/ by nginx. >>> >>> this is not the behaviour i want. >>> >>> is th

Re: newbie: nginx rtmp module

2018-03-09 Thread neuronetv
I've resigned myself to the fact that there is no rtmp module here which leads me to the obvious question: is it possible to install an rtmp module into this 'yum install' version of nginx? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,278950,278984#msg-278984 __

Planned Features for gRPC Proxy

2018-03-09 Thread Ian McGraw
Hi all, I am new to the nginx community so my apologies if this is not the correct place for this kind of question. I see gRPC proxy is in progress for 1.13: https://trac.nginx.org/nginx/roadmap Does anyone know if the proxy will support host/path based routing for gRPC calls? I have a use c

Re: How to stop nginx from adding a trailing slash

2018-03-09 Thread Gregory Edigarov
On 09.03.18 16:52, Igor Sysoev wrote: On 9 Mar 2018, at 17:06, Gregory Edigarov wrote: Hello, somesite.com/blog is 301 redirected to somesite.com/blog/ by nginx. this is not the behaviour i want. is there any way to stop it from doing so? A special location for "/blog": location = /blog

Re: How to stop nginx from adding a trailing slash

2018-03-09 Thread Igor Sysoev
> On 9 Mar 2018, at 17:06, Gregory Edigarov wrote: > > Hello, > > somesite.com/blog is 301 redirected to somesite.com/blog/ by nginx. > > this is not the behaviour i want. > > is there any way to stop it from doing so? A special location for "/blog": location = /blog { ... } location /b

How to stop nginx from adding a trailing slash

2018-03-09 Thread Gregory Edigarov
Hello, somesite.com/blog is 301 redirected to somesite.com/blog/ by nginx. this is not the behaviour i want. is there any way to stop it from doing so? Thank you. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/ngin

Re: nginx + php-fpm: REQUEST_URI disappears for files that end with .php

2018-03-09 Thread ST
Hi Francis, you are correct. You explained exactly what happens - thank you! On Fri, 2018-03-09 at 00:01 +, Francis Daly wrote: > On Thu, Mar 08, 2018 at 01:48:41PM +0200, ST wrote: > > Hi there, > > * What request do you make? (e.g. /rus_example.php) > * Does the matching file exist on th