Add the remote_user var again.
This commit is contained in:
parent
664d5226bd
commit
af85258707
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue