Skip to content

Commit b00018a

Browse files
committed
test
1 parent 4a4ea0d commit b00018a

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?original=$request_uri always;
143+
add_header Location /k9/sak/resource/login?redirectTo=$host/k9/web always;
144144
return 401 '{"feilmelding":"Bruker ikke innlogget","type":"MANGLER_TILGANG_FEIL"}';
145145
}
146146

0 commit comments

Comments
 (0)