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

Rob Schultz rschultz7 at gmail.com
Wed May 27 12:56:45 MSD 2009


NginX does not allow posts to static content. But Igor has posted a  
workaround
http://article.gmane.org/gmane.comp.web.nginx.english/1941/match=post+405+static

Rob Schultz

On May 27, 2009, at 3:37 AM, peacock wrote:

> sorry, my english is poor, I have listed some of the information
>
>
> error_page 405 =200 @405;
> location @405 {
> root /htdocs;
> #proxy_pass http://localhost:8080;
> }
>
>
> (ajax)POST:
> http://localhost/....../index.js
>
> Response:
>
>
> 405 Not Allowed
>
> 405 Not Allowed
> nginx/0.7.59
>
>
>
>
> Posted at Nginx Forum: http://forum.nginx.org/read.php?2,2414,2419#msg-2419
>
>






More information about the nginx mailing list