Skip to content

Commit 0eb5477

Browse files
authored
Update handling-extreme-traffic.md
1 parent ec74734 commit 0eb5477

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/optimization/handling-extreme-traffic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ If you are running in a PHP environment without Opcode caching, [saving template
5757

5858
## Using Load Balancers
5959

60-
Using load balancer or reverse proxy server is popular solution to mitigare DDoS attacks and make handling high traffic easier.
60+
Using a load balancer or reverse proxy is a popular solution to mitigate DDoS attacks and make handling large amounts of traffic easier.
6161

62-
When the server is placed behind reverse proxy or load balancer, ExpressionEngine in default configuration might not know the user's real IP address because it would be substituted with the proxy IP address. Most of the proxies however would send the real user's IP in some HTTP headers. In order to use the data in those headers to obtain the real user IP address, you need to configure the system to make it aware of the list of trusted proxy IP addresses or ranges. This can be done using [`proxy.php` configuration file](config/config-files.md#reverse-proxy-ip-addresses).
62+
When a server is placed behind a reverse proxy or load balancer ExpressionEngine might not know the user's real IP address because it would be substituted with the proxy's IP address. Most proxies however will preserve the real user's IP address and forward it through a request header. In order to use the data in those headers to obtain the real user's IP address you need to configure the system to recognize and trust the proxy IP addresses. This can be done using the [`proxy.php` configuration file](config/config-files.md#reverse-proxy-ip-addresses).

0 commit comments

Comments
 (0)