Skip to content

Commit

Permalink
Update content/security/rate-limiting.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jackie McDoniel <[email protected]>
  • Loading branch information
kamilmysliwiec and jmcdo29 authored Oct 18, 2024
1 parent 4336d89 commit a1a767e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/security/rate-limiting.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ findAll() {
#### Proxies

If your application runs behind a proxy server, check the specific HTTP adapter options ([express](http://expressjs.com/en/guide/behind-proxies.html) and [fastify](https://www.fastify.io/docs/latest/Reference/Server/#trustproxy)) for the `trust proxy` option and enable it.
Following example enables `trust proxy` for express adapter:
The following example enables `trust proxy` for the `express` adapter:

```typescript
//main.ts
Expand Down

0 comments on commit a1a767e

Please sign in to comment.