Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
remove stray code block
Browse files Browse the repository at this point in the history
  • Loading branch information
d4mr committed Jul 18, 2024
1 parent 865b041 commit e981a10
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/engine/self-host/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,3 @@ POSTGRES_CONNECTION_URL=postgres://postgres:postgres@localhost:5432/postgres?con
#### What is `x-forwarded-for` and how does it affect Engine?

If you have engine running on a server behind a reverse proxy, you can set the `TRUST_PROXY` environment variable to `true` to trust the `X-Forwarded-For` header. Reverse proxies like Nginx or Apache will add this header to the request with the original client IP address, and setting this variable will allow Engine to use the correct IP address for the IP Allowlist. For more details on IP Allowlisting, refer to the [Security Features](/engine/features/security) page.

```bash

```

0 comments on commit e981a10

Please sign in to comment.