Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
vebnor committed Mar 5, 2024
1 parent 60d8da3 commit 4a4ea0d
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 https://$host/k9/sak/resource/login?original=https://$host$request_uri always;
add_header Location /k9/sak/resource/login?original=$request_uri always;
return 401 '{"feilmelding":"Bruker ikke innlogget","type":"MANGLER_TILGANG_FEIL"}';
}

Expand Down

0 comments on commit 4a4ea0d

Please sign in to comment.