Skip to content

Commit

Permalink
location
Browse files Browse the repository at this point in the history
  • Loading branch information
vebnor committed Mar 5, 2024
1 parent b00018a commit ccc1fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy.nginx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ server {

location @401_json {
default_type application/json;
add_header Location /k9/sak/resource/login?redirectTo=$host/k9/web always;
add_header Location k9.intern.dev.nav.no/k9/sak/resource/login?original=$request_uri always;
return 401 '{"feilmelding":"Bruker ikke innlogget","type":"MANGLER_TILGANG_FEIL"}';
}

Expand Down

0 comments on commit ccc1fc4

Please sign in to comment.