Rank 2: Process
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