mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
typos: Fix typos caught by typos.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit 4cb2eded68)
This commit is contained in:
committed by
Tim Abbott
parent
3a2a217fa0
commit
41a6511924
@@ -19,7 +19,7 @@ geo $realip_remote_addr $is_x_forwarded_proto_trusted {
|
||||
}
|
||||
|
||||
# Check if the IP address that we resolved the request as coming
|
||||
# (after looking at X-Fowarded-For, if any) from is actually the proxy
|
||||
# (after looking at X-Forwarded-For, if any) from is actually the proxy
|
||||
# itself.
|
||||
geo $remote_addr $is_from_proxy {
|
||||
default 0;
|
||||
|
||||
Reference in New Issue
Block a user