Skip to content

Commit ccc1fc4

Browse files
committedMar 5, 2024··
location
1 parent b00018a commit ccc1fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎proxy.nginx

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ server {
140140

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

0 commit comments

Comments
 (0)
Please sign in to comment.