[PATCH] Allowed nesting arbitrary prefix "location" in regex "location"

2023-09-04 Thread Valentin V . Bartenev
# HG changeset patch # User Valentin Bartenev # Date 1693854233 -10800 # Mon Sep 04 22:03:53 2023 +0300 # Node ID c706913db63c6862c13a0a540cdc37be0ccf0c81 # Parent daf8f5ba23d8e9955b22782d945f9c065f4b6baa Allowed nesting arbitrary prefix "location" in regex "location". Previously, only

Re: 502 Bad Gateway using Cloudflare and Kestrel

2023-09-04 Thread Sam Hobbs
Francis Daly wrote on 9/4/2023 1:05 AM: proxy_passhttp://127.0.0.1:5443; You probably have a space after proxy_pass in your actual config; but you probably should also have "https://; not "http://; there as well, since your upstream service is listening for https connections.

Re: Nginx Support required

2023-09-04 Thread Aleksandar Lazic via nginx
Hi Shashi Kant Sharma. On 2023-09-04 (Mo.) 10:33, Shashi Kant Sharma wrote: Hi Thomas, Thanks for your email however I know Nginx plus support there and no support for Nginx. We are stuck in one issue at client side and on prem environment as unable to upload more  than 20 mb. Have you

RE: Nginx Support required

2023-09-04 Thread Shashi Kant Sharma
Hi Thomas, Thanks for your email however I know Nginx plus support there and no support for Nginx. We are stuck in one issue at client side and on prem environment as unable to upload more than 20 mb. It would be highly appreciable if quick connect on team and it will not take more than 20

Re: 502 Bad Gateway using Cloudflare and Kestrel

2023-09-04 Thread Francis Daly
On Sun, Sep 03, 2023 at 09:57:54PM -0700, Sam Hobbs wrote: Hi there, > curl -k https://127.0.0.1:5443 > > (the address that Kestrel is listening to) I get a page that I am expecting. > proxy_passhttp://127.0.0.1:5443; You probably have a space after proxy_pass in your actual