Open
Description
I'm having an issue with appwrite ( and had a similar one with supabase ).
Both use PATCH requests, to update some settings from the UI.
I get a 504 and it's just hanging and timing out.
I am pretty sure nginx proxy manager is blocking it, because the docker compose of appwrite works fine locally. when behind NPM, I cannot get this PATCH endpoint to work, so I cannot apply any changes from the admin UI.
Is there any way to disable that? Or add a custom rule or something?
I tried unchecking the "block common exploits" but it didn't help.