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
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
> 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
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
__
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
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
> 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
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
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