btcpayserver / btcpayserver-docker

Docker resources for hosting BTCPayServer easily
MIT License
578 stars 355 forks source link

Fix potential real_ip_header is duplicate error #862

Closed NicolasDorier closed 9 months ago

NicolasDorier commented 9 months ago

Fix https://github.com/btcpayserver/btcpayserver-docker/issues/852

While I didn't found the root cause of the issue, real_ip_header is already set to X-Real-Ip by default, as such we shouldn't set it explicitly, this will fix the issue as there is no dups anymore.