From b00018af26f5308759ea32255f09475791618cf4 Mon Sep 17 00:00:00 2001 From: vebnor Date: Tue, 5 Mar 2024 14:11:03 +0100 Subject: [PATCH] test --- proxy.nginx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy.nginx b/proxy.nginx index 4cb93e5395..a652dc69cc 100644 --- a/proxy.nginx +++ b/proxy.nginx @@ -140,7 +140,7 @@ server { location @401_json { default_type application/json; - add_header Location /k9/sak/resource/login?original=$request_uri always; + add_header Location /k9/sak/resource/login?redirectTo=$host/k9/web always; return 401 '{"feilmelding":"Bruker ikke innlogget","type":"MANGLER_TILGANG_FEIL"}'; }