Messages per Month
| From | Sent On | Attachments |
|---|---|---|
| peacock | May 27, 2009 12:17 am | |
| Dave Cheney | May 27, 2009 12:28 am | |
| peacock | May 27, 2009 1:37 am | |
| Igor Sysoev | May 27, 2009 1:45 am | .Other |
| Rob Schultz | May 27, 2009 1:56 am | |
| peacock | May 27, 2009 2:37 am | |
| Igor Sysoev | May 27, 2009 8:07 am | |
| peacock | May 27, 2009 9:14 am | |
| Cliff Wells | Jul 24, 2009 12:15 pm | |
| Igor Sysoev | Jul 24, 2009 12:25 pm | .Other |
| Jonathan Vanasco | Jul 24, 2009 2:00 pm | |
| peacock | Jul 28, 2009 8:44 pm | |
| dennis cao | Oct 8, 2009 7:49 pm | |
| kleinchris | Jan 29, 2010 8:29 am | |
| kleinchris | Jan 29, 2010 8:41 am | |
| Nick Pearson | Jan 29, 2010 11:29 am | |
| Maxim Dounin | Jan 29, 2010 2:03 pm | |
| Maxim Dounin | Jan 29, 2010 2:12 pm | |
| kleinchris | Jan 29, 2010 2:57 pm | |
| locojohn | Jul 6, 2011 4:28 pm | |
| locojohn | Jul 7, 2011 6:24 am | |
| ahu | Oct 6, 2011 9:20 am | |
| ahu | Oct 6, 2011 9:34 am | |
| fernandokosh | Jan 3, 2012 8:59 am | |
| goldenaxez | Mar 29, 2012 1:24 pm |
| Subject: | Re: How to solve the problem of "405 not allowed"? | |
|---|---|---|
| From: | fernandokosh (ngin...@nginx.us) | |
| Date: | Jan 3, 2012 8:59:16 am | |
| List: | ru.sysoev.nginx | |
I have the same issue here running Rails 2 apps virtual hosts on Debian Squeeze. In my case I, the error occur when I perform update with the PUT method. That's solve my problem:
location / { error_page 405 = $uri; try_files $uri @unicorn_app; }
Thank you!
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,2414,220771#msg-220771
_______________________________________________ nginx mailing list ngi...@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx






.Other