Skip to content

Commit 576ffdc

Browse files
author
Jonathan Visser
committed
mdformat
1 parent 71ae218 commit 576ffdc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

100644100755
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ map $uri_whitelist$ip_whitelist $development_exceptions {
111111
- We use a geo directive to define `$ip_whitelist`, which checks if the visitor's IP address is whitelisted. If so, we set it to 1, otherwise to 0.
112112
- We combine `$uri_whitelist` and `$ip_whitelist` in a new map that defines `$development_exceptions`. Depending on whether the IP address or URI path is whitelisted, access without basic auth is allowed ("off").
113113

114-
115114
### Whitelisting Based on IP and User Agent
116115

117116
To create a whitelist based on two components: URL and User Agent.

0 commit comments

Comments
 (0)