[no subject]

Igor Sysoev igor at sysoev.ru
Sun Sep 30 05:19:15 UTC 2012


On Sep 29, 2012, at 23:40 , Ian M. Evans wrote:

> I'm using a config for wordpress and though it was working for me earlier,
> suddenly the config is failing with:
> 
> nginx: [emerg] unknown "blogname" variable
> 
> But isn't that variable defined here?
> 
> map $blogname $blogid{
>    default "";
>    /example/ 2;
> }
> 
> Is it a formatting error?

This map defines $blogid variable.
$blogname must be defined somewhere else.


--
Igor Sysoev
http://nginx.com/support.html



More information about the nginx mailing list