Skip to content

Commit 57f8566

Browse files
authored
Merge pull request #429 from ByteInternet/Fix-IP-whitelist-value-in-Whitelisting-Based-on-IP-and-User-Agent
Fix IP whitelist value in "Whitelisting Based on IP and User Agent"
2 parents 4fa54a9 + 0456f4f commit 57f8566

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)