docs: Corrected example for TRUST_PROXY (#298)

This commit is contained in:
Ryan Adler
2025-05-23 23:31:38 +02:00
committed by GitHub
parent c7cbb93bfe
commit 226efd990d

View File

@@ -52,7 +52,7 @@ Refer to [Express.js - trust proxy](https://expressjs.com/en/guide/behind-proxie
<OptionTable
options={[
['TRUST_PROXY', 'number', 'Specifies the number of hops.', 'HOST=1'],
['TRUST_PROXY', 'number', 'Specifies the number of hops.', 'TRUST_PROXY=1'],
]}
/>