On Fri, Jul 24, 2009 at 12:15:37PM -0700, Cliff Wells wrote:
> 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?
No. Here is updated for 0.8.6 version.
--
Igor Sysoev
http://sysoev.ru/en/