Closed JordanSekky closed 9 months ago
The release of phpipam 1.6 introduced a new config.php setting called $trust_x_forwarded_headers.
$trust_x_forwarded_headers
This setting is false by default, and breaks integration between this docker image and reverse proxies, as the X_FORWARDEDFOR* headers are no longer trusted.
Please expose this option as an environment variable, or set it to true by default.
true
Hi, would you mind submitting a PR for that?
Submitted #85 !
The release of phpipam 1.6 introduced a new config.php setting called
$trust_x_forwarded_headers
.This setting is false by default, and breaks integration between this docker image and reverse proxies, as the X_FORWARDEDFOR* headers are no longer trusted.
Please expose this option as an environment variable, or set it to
true
by default.