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/