{% extends 'raveberry-nginx' %}

{% block root_location %}
	proxy_pass http://127.0.0.1:8000;
{% endblock %}
