From 0456f4f7d5ee6d1b790a90dcd23b59b6b8d94021 Mon Sep 17 00:00:00 2001 From: Jonathan Visser Date: Fri, 14 Nov 2025 17:27:00 +0100 Subject: [PATCH] Fix IP whitelist value in "Whitelisting Based on IP and User Agent" --- .../basic-authentication-on-hypernode-development-plans.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hypernode-platform/nginx/basic-authentication-on-hypernode-development-plans.md b/docs/hypernode-platform/nginx/basic-authentication-on-hypernode-development-plans.md index aa74ca33..b4228889 100644 --- a/docs/hypernode-platform/nginx/basic-authentication-on-hypernode-development-plans.md +++ b/docs/hypernode-platform/nginx/basic-authentication-on-hypernode-development-plans.md @@ -121,7 +121,7 @@ In the **nginx** file named **whitelist-development-exception.conf**, you should ```nginx geo $ip_whitelist { default "Development restricted area"; - # 1.2.3.4 1; # IP address whitelist + # 1.2.3.4 "off"; # IP address whitelist } map $http_user_agent $development_exceptions {