Docker image on Fly blocks all connections #15
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm hosting a personal 4get instance using fly.io. This worked fine until seemingly the DDG scraper broke and I updated my Docker image used to the latest. Now, I get the following error, with no clear explanation:
The configuration
fly.toml
is as follows:skill issue
You are getting this error because your instance is probably behind a reverse proxy like Cloudflare. Go in
data/config.php
and edit theFILTERED_HEADERS
directive to not include Cloudflare'sX-Real-IP
header, or whatever it might be using.