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?