{% extends "roles/nginx/templates/service.conf" %} {% block proxy_conf %} location / { root /srv/riot-web/riot-{{ riot_web_version }}; } {% endblock %}