Skip to content

Commit

Permalink
Get dsc from cookie in nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy5189 committed Dec 29, 2023
1 parent 538d32c commit 7347af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supporting-containers/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ http {
location @access_granted {
set $loc_out "access_granted";
set $banjax_decision "$upstream_http_x_banjax_decision";
set $deflect_session "$upstream_http_x_deflect_session";
set $deflect_session "$cookie_deflect_session";
set $deflect_session_new "$upstream_http_x_deflect_session_new";
add_header X-Banjax-Decision $banjax_decision;
proxy_pass http://test-origin:8080;
Expand Down

0 comments on commit 7347af7

Please sign in to comment.