Re: help with regex in nginx map

2022-09-15 Thread Francis Daly
On Thu, Sep 15, 2022 at 01:30:24PM -0400, libresco_27 wrote: Hi there, > I'm trying to write a simple regex for a map where only the first part of a > string should match. I went through the documentation, which unfortunately > didn't have much examples. I'm not sure if you are asking "how to u

help with regex in nginx map

2022-09-15 Thread libresco_27
Hello there, I'm trying to write a simple regex for a map where only the first part of a string should match. I went through the documentation, which unfortunately didn't have much examples. Heres what I'm trying to achieve - map $string $redirct_string{ "~^abc*$" 1; } I also tried to

Re: help with https to http and WSS to WS reverse proxy conf

2022-09-15 Thread Michael Williams
Francis, WIth your help and suggestions of starting with the simplest and slowly adding steps, it is working. Here is the working config below. I started by getting the web server part only working well. You suggested not to use scheme=http for redirect, so I'm listening on 80 and redirecting. I p

Re: Njs 0.7.7

2022-09-15 Thread Igor Ippolitov
Evert, Which repository are you using? Try setting up a repo using this doc: http://nginx.org/en/linux_packages.html Let me know if you face issues with it. Regards, Igor On 15/09/2022 15:44, Evert Saar wrote: Njs 0.7.7 looks great. How to use it? Latest public nginx 1.23.1 supports 0.7.6

Njs 0.7.7

2022-09-15 Thread Evert Saar
Njs 0.7.7 looks great. How to use it? Latest public nginx 1.23.1 supports 0.7.6 and have no luck upgrading njs to latest. ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Re: help with https to http and WSS to WS reverse proxy conf

2022-09-15 Thread Francis Daly
On Mon, Sep 12, 2022 at 05:46:21PM -0700, Michael Williams wrote: Hi there, > Wow thank you. This really helps all the guidance and instruction. I really > appreciate your time. No worries. > One thing to clarify, is that if I turn off NGINX, the client page works > fine and connects to the app

Re: Running nginx-quic in a real environment

2022-09-15 Thread Sergey Kandaurov
> On 8 Sep 2022, at 14:27, João Sousa Andrade via nginx wrote: > > Hello everyone, > > My team is currently considering using nginx-quic in a production-like > environment after running it and benchmarking it in our test env. > > Reading "The code is currently at a beta level of quality and s