Nginx returning 444 for PUT and DELETE
Posted
by
Zorrocaesar
on Server Fault
See other posts from Server Fault
or by Zorrocaesar
Published on 2013-11-10T00:21:36Z
Indexed on
2013/11/10
3:57 UTC
Read the original article
Hit count: 515
I'm trying to build a REST API through Nginx and everything works fine except when I the requests are PUT or DELETE. In these cases, Nginx returns 444 (no response). I did some research and all I could find was something about Nginx being configured with the "--with-http_dav_module" option. I've checked that with nginx -V and and it seems that it was configured with this.
So, any idea what else could it be?
© Server Fault or respective owner