Skip to content

Commit 0456f4f

Browse files
author
Jonathan Visser
committed
Fix IP whitelist value in "Whitelisting Based on IP and User Agent"
1 parent 107fab3 commit 0456f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hypernode-platform/nginx/basic-authentication-on-hypernode-development-plans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ In the **nginx** file named **whitelist-development-exception.conf**, you should
121121
```nginx
122122
geo $ip_whitelist {
123123
default "Development restricted area";
124-
# 1.2.3.4 1; # IP address whitelist
124+
# 1.2.3.4 "off"; # IP address whitelist
125125
}
126126
127127
map $http_user_agent $development_exceptions {

0 commit comments

Comments
 (0)