
I reverse proxy appwrite service to my domain through the host nginx, I found that all client requests are local ip 172.18.0.1 , I didn't care until the service was officially enabled.
I found out that users can't register anymore because it seems that the number of user registrations is limited based on the IP to limit the frequency. Currently I have turned off the frequency limiting feature for now, but I still want to know how can I get the real IP through nginx? I've followed some tutorials to set it up, but it still doesn't work. HELP~
Here is my Nginx configuration file

- --entrypoints.appwrite_web.forwardedHeaders.insecure - --entrypoints.appwrite_websecure.forwardedHeaders.insecure
this can be help https://medium.com/@stnguyen90/how-to-run-appwrite-behind-nginx-19348ed34243

[SELOVED]Unable to get client IP through Nginx resulting in Rate limitation

@Milukun you got an typo in solved (no offense)

[SOLVED] Unable to get client IP through Nginx resulting in Rate limitation
Recommended threads
- cli 5.0.5 command for pull and push of d...
Hi i am using selfhosted appwrite 1.5.10, for migration (duplicate project) purpose i am using cli 5.0.5, but i am unable to find commands for pull and push, wh...
- 404 for self-host
docker-compose.yml: x-logging: &x-logging logging: driver: 'json-file' options: max-file: '5' max-size: '10m' services: traefik: ima...
- Realtime stuck on pending
I'm hosting appwrite on a server where there's already nginx running and you can see how it's config looks for appwrite on attachted screenshot. I'm not getting...
