We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a49943 commit 8884f72Copy full SHA for 8884f72
src/server/_config.py
@@ -50,7 +50,7 @@
50
for an "infinite" depth, where any and all proxy hops will be trusted).
51
52
setting it too low can hinder logging accuracy -- that can cause an intermediate proxy IP address to be used as the
53
- "real" client IP address.
+ "real" client IP address, which could cause requests to be rate-limited inappropriately.
54
55
setting REVERSE_PROXY_DEPTH to "0" essentially indicates there are no proxies between this server and the outside
56
world. in this case, the "X-Forwarded-For" header is ignored.
0 commit comments