From 8520e18ad256ae8e7a7ee1716fddc566b39a1a6b Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Mon, 20 Mar 2023 13:57:57 +0300 Subject: 2023-03-20 --- lib/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/default.nix b/lib/default.nix index da4b4d2..9e9cc1a 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -30,7 +30,7 @@ lib: _: rec { assert min <= ini && ini <= max; lib.concatMapStrings (x: toString x + " ") (map (pow 2) [min ini max]); - # TODO Move this somehow to the NGINX module itself. + # TODO Move this to the NGINX module. nginxInternalOnly = '' if ($internal != 1) { return 403; -- cgit v1.2.3