We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b00018a commit ccc1fc4Copy full SHA for ccc1fc4
proxy.nginx
@@ -140,7 +140,7 @@ server {
140
141
location @401_json {
142
default_type application/json;
143
- 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;
144
return 401 '{"feilmelding":"Bruker ikke innlogget","type":"MANGLER_TILGANG_FEIL"}';
145
}
146
0 commit comments