Nginx – PUT and DELETE methods in nginx

httpnginx

Is there anyway how to enable such http methods like PUT and DELETE for specific virtual host in ?

I need it for my RESTfull server application.

Best Answer

I'm assuming that you're using nginx to proxy to your application. nginx doesn't require any additional configuration to support methods like PUT and DELETE (at least not when using HTTP proxying, not sure about FastCGI).