diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-03-20 13:57:57 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-03-20 13:57:57 +0300 |
commit | 8520e18ad256ae8e7a7ee1716fddc566b39a1a6b (patch) | |
tree | 9720d86f85b3f422c892b093540ed8f840e75757 /lib/default.nix | |
parent | 2023-03-20 (diff) |
2023-03-20
Diffstat (limited to '')
-rw-r--r-- | lib/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; |