A really stupid question: how do I set a variable in Nginx' config file? I'd like to set: path=/var/www/mysites/ And then reuse this variable, for instance: root $path/cool_site; But I can't figure out how to do it.