Doc typos

This commit is contained in:
Christophe Maudoux 2022-02-01 22:47:51 +01:00
parent 21f4ca1f35
commit 8ed4f07b0a
1 changed files with 4 additions and 2 deletions

View File

@ -44,11 +44,13 @@ There are two different architectures to do this:
.. note::
Some requests can be droped by the fastCGI/uWSGI server.
Example below with uWSGI server to avoid Load Balancer health check requests:
Some requests can be dropped by the FastCGI/uWSGI server.
Example below with uWSGI server to avoid Load Balancer health check requests
being forwarded to DevOps Handler:
```route-remote-addr = ^127\.0\.0\.25[34]$ break: 403 Forbidden for IP ${REMOTE_ADDR}```
Example of a global FastCGI architecture:
|image0|