From d149dabb544274b742df8c535ccb1ff8ca0e06e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 17 Feb 2025 17:28:11 +0100 Subject: [PATCH] nixos/oauth2-proxy-nginx: match files in location block exactly --- nixos/modules/services/security/oauth2-proxy-nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/security/oauth2-proxy-nginx.nix b/nixos/modules/services/security/oauth2-proxy-nginx.nix index af1878cd09dc..307d73adea3d 100644 --- a/nixos/modules/services/security/oauth2-proxy-nginx.nix +++ b/nixos/modules/services/security/oauth2-proxy-nginx.nix @@ -105,7 +105,7 @@ in add_header Set-Cookie $auth_cookie; ''; - "/oauth2/auth" = + "= /oauth2/auth" = let maybeQueryArg = name: value: