server { {% include './templates/header.conf.j2' %} location / { proxy_pass http://127.0.0.1:8000; } }