500 error on multipart POST, no error log

Igor Sysoev is at rambler-co.ru
Wed Jul 30 16:54:25 MSD 2008


On Wed, Jul 30, 2008 at 08:40:28AM -0400, jeff emminger wrote:

> Wild guess... try without the quotes?  e.g. change
>    location ~ "^/" {
>                proxy_pass   http://127.0.0.1:5001;
>        }
> 
> to
>    location ~ ^/ {
>                proxy_pass   http://127.0.0.1:5001;
>        }

No, quotes do not effect here.


-- 
Igor Sysoev
http://sysoev.ru/en/





More information about the nginx mailing list