Welcome! Log In Create A New Profile

Advanced

set directive not working when mirror is used

PALMA Mickael
September 20, 2019 04:00AM
Hi,

Here is my location directive :

server {
# Start with an undefined API name, each API will update this value
set $api_name -;

[...]

location = /_oauth {
internal;
set $api_name 'Oauth API';

# Policy configuration here (authentication, rate limiting, logging, more...)
mirror /_mirrored_api;
proxy_pass http://$upstream$request_uri;
}
}

In my log I only get “-“ as api_name but if I comment the mirror directive I get 'Oauth API’.

Any idea how to avoid that.
I always want the name to be ''Oauth API’'.

Regards,

Mickaël Palma
Responsable domaine & valorisation

11-13 rue des Petits Hôtels
75010 Paris
Tel : 01.53.29.35.53 | Fax : 01.53.29.11.66

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

set directive not working when mirror is used

PALMA Mickael September 20, 2019 04:00AM

Re: set directive not working when mirror is used

Maxim Dounin September 20, 2019 08:56AM

Re: set directive not working when mirror is used

PALMA Mickael September 20, 2019 11:04AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 222
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready