atom feed25 messages in ru.sysoev.nginxHow to solve the problem of "405 not ...
FromSent OnAttachments
peacockMay 27, 2009 12:17 am 
Dave CheneyMay 27, 2009 12:28 am 
peacockMay 27, 2009 1:37 am 
Igor SysoevMay 27, 2009 1:45 am.Other
Rob SchultzMay 27, 2009 1:56 am 
peacockMay 27, 2009 2:37 am 
Igor SysoevMay 27, 2009 8:07 am 
peacockMay 27, 2009 9:14 am 
Cliff WellsJul 24, 2009 12:15 pm 
Igor SysoevJul 24, 2009 12:25 pm.Other
Jonathan VanascoJul 24, 2009 2:00 pm 
peacockJul 28, 2009 8:44 pm 
dennis caoOct 8, 2009 7:49 pm 
kleinchrisJan 29, 2010 8:29 am 
kleinchrisJan 29, 2010 8:41 am 
Nick PearsonJan 29, 2010 11:29 am 
Maxim DouninJan 29, 2010 2:03 pm 
Maxim DouninJan 29, 2010 2:12 pm 
kleinchrisJan 29, 2010 2:57 pm 
locojohnJul 6, 2011 4:28 pm 
locojohnJul 7, 2011 6:24 am 
ahuOct 6, 2011 9:20 am 
ahuOct 6, 2011 9:34 am 
fernandokoshJan 3, 2012 8:59 am 
goldenaxezMar 29, 2012 1:24 pm 
Subject:How to solve the problem of "405 not allowed"?
From:peacock (ngin@nginx.us)
Date:May 27, 2009 12:17:26 am
List:ru.sysoev.nginx

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?

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