On Fri, Oct 01, 2021 at 04:32:59PM -0400, Keith Brown wrote:
> any help?
>
> On Tue, Sep 28, 2021 at 3:29 PM Keith Brown wrote:
> >
> > I have two modules: spnego-http-auth-nginx-module and nginx-auth-ldap
> > working perfectly.
> >
> > However, I am just not sure how to make them work together.
any help?
On Tue, Sep 28, 2021 at 3:29 PM Keith Brown wrote:
>
> I have two modules: spnego-http-auth-nginx-module and nginx-auth-ldap
> working perfectly.
>
> However, I am just not sure how to make them work together.
> I have an endpoint
>
> I have an end point /login which gives me the remot
Hello!
On Fri, Oct 01, 2021 at 10:47:01AM +0200, Markus Grobelin wrote:
> Hy everybody,
>
> I have a reverse-proxy setup with an upstream application that
> sets a header (x_tenant_id).
>
> Based on that headers value, I want to apply a rate limit to
> clients.
>
> I verified the rate lim
Hi Jeffrey,
On Mon, Sep 27, 2021 at 12:47:53PM +, Aom Jeff Root wrote:
> Hi dear,
>
>
>- I'm student and i work on open source web conferencing project (school
>project) I choose Openmeetings
>
> I work on clustering openmeetings with two nodes and I want to make single
> access to
Hy everybody,
I have a reverse-proxy setup with an upstream application that sets a header
(x_tenant_id).
Based on that headers value, I want to apply a rate limit to clients.
I verified the rate limit applies* properly, when a usual request header (e.g.
$http_x_tenant_id) is mapped. Howeve