Skip to content

Commit 1be5e52

Browse files
nixos/oauth2-proxy-nginx: match files in location block exactly (#382869)
2 parents 142fec3 + d149dab commit 1be5e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/modules/services/security/oauth2-proxy-nginx.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ in
105105
add_header Set-Cookie $auth_cookie;
106106
'';
107107

108-
"/oauth2/auth" =
108+
"= /oauth2/auth" =
109109
let
110110
maybeQueryArg =
111111
name: value:

0 commit comments

Comments
 (0)