summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-03-20 13:57:57 +0300
committerAzat Bahawi <azat@bahawi.net>2023-03-20 13:57:57 +0300
commit8520e18ad256ae8e7a7ee1716fddc566b39a1a6b (patch)
tree9720d86f85b3f422c892b093540ed8f840e75757 /lib
parent1ea1b781a142a41b72aed4bfc408233732034241 (diff)
2023-03-20
Diffstat (limited to 'lib')
-rw-r--r--lib/default.nix2
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;