How to solve the problem of "405 not allowed"?

peacock nginx-forum at nginx.us
Wed Jul 29 07:44:32 MSD 2009


Unfortunately, so far(0.8.7), not to solve this problem :(

I read the source code, ngx_http_static_module.c documents found this piece of code inside

    if (r->method & NGX_HTTP_POST) {
        return NGX_HTTP_NOT_ALLOWED;
    }


Posted at Nginx Forum: http://forum.nginx.org/read.php?2,2414,4549#msg-4549






More information about the nginx mailing list