rimney/WebServ

Allowed methods not working

Closed this issue · 0 comments

if I set a location in config file like this:
location /
{
autoindex on;
methods GET POST;
root /www/website
upload /upload_handler;
}
in this case the DELETE method is not allowed. but if I try the DELETE method on that location it works