{% for repo in squid_repos %}
location /{{ repo.location }}/ {
    proxy_pass http://localhost:3128/{{ repo.proxy_path }}/;
    proxy_set_header Host $host;
}

{% endfor %}