在nginx中取消阻止删除方法

时间:2014-08-24 04:19:39

标签: nginx configuration

当我尝试在nginx上使用delete方法时,我得到403拒绝访问

<HTML>
    <HEAD>
        <TITLE>Access Denied</TITLE>
    </HEAD>
    <BODY BGCOLOR="white" FGCOLOR="black">
        <H1>Access Denied</H1>
        <HR>
            <FONT FACE="Helvetica,Arial">
                <B>
                  Description: You are not allowed to access the document you requested.
                </B>
            </FONT>
        <HR>
    </BODY>

我搜索了删除方法的任何默认块的配置,但我无法找到。我想在nginx中启用delete方法,我该怎么做?

更新

我没有单独记录删除条目,但我可以看到剩下的所有内容(获取,发布,修补,复制,删除,取消链接,放置,选项,链接)。

0 个答案:

没有答案