We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b0247d commit be48f5cCopy full SHA for be48f5c
proxy.nginx
@@ -140,7 +140,7 @@ server {
140
141
location @401_json {
142
default_type application/json;
143
- add_header Location k9.intern.dev.nav.no/k9/sak/resource/login?original=k9.intern.dev.nav.no$request_uri always;
+ add_header Location /k9/sak/resource/login?original=$request_uri always;
144
return 401 '{"feilmelding":"Bruker ikke innlogget","type":"MANGLER_TILGANG_FEIL"}';
145
}
146
0 commit comments