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

Cliff Wells cliff at develix.com
Fri Jul 24 23:15:37 MSD 2009


On Wed, 2009-05-27 at 12:46 +0400, Igor Sysoev wrote:
> On Wed, May 27, 2009 at 03:17:49AM -0400, peacock wrote:
> 
> > When I post when a JavaScript file, "405 not allowed" error will appear.
> > 
> > if use proxy, it can work.
> > 
> >         error_page   405 =200 @405;
> >         location @405 {
> >             root  /htdocs;
> >             proxy_pass   http://localhost:8080;
> >         }
> > 
> > 
> > but I do not want to use proxy, just want to use Nginx, can to achieve it?
> 
> Try the attached patch, it allows to POST to static files.
> Probably I will include it in 0.8.0.

Hi Igor,

I take it this patch not included?

Cliff

-- 
http://www.google.com/search?q=vonage+sucks






More information about the nginx mailing list