Add the remote_user var again.

This commit is contained in:
Andrea Dell'Amico 2021-11-04 18:19:39 +01:00
parent 664d5226bd
commit af85258707
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
proxy_cache_path /var/cache/nginx/pep keys_zone=token_responses:1m max_size=2m;
js_var $auth_token;
js_var $pep_credentials;
js_var $remote_user;
underscores_in_headers on;
upstream _inception-server {