Denis F. Latypoff ha scritto:
> the problem is in "{}" characters which are used by nginx as config block:
>
> location / { # <- begin block
> } # <- end block
>
> your config is: rewrite ^([^/]{ # <- begin block without proper terminating a
> directive by ";".
Oh, thanks so much. Now it works! Bye.