@metadata_processor def nginx_config(metadata): return { 'nginx': { 'vhosts': { metadata['riot-web']['url']: { 'webroot': '/var/www/chat.franzi.business/webapp/', 'extras': True, }, }, }, }, DEFAULTS, DONE