Use IPv4 localhost everywhere (or almost everywhere)

This commit is contained in:
Aaron Raimist
2019-02-04 09:49:45 -06:00
parent 58ca2e7dfd
commit 1f0cc92b33
5 changed files with 12 additions and 13 deletions

View File

@ -102,7 +102,7 @@
proxy_pass http://$backend;
{% else %}
{# Generic configuration for use outside of our container setup #}
proxy_pass http://localhost:8080;
proxy_pass http://127.0.0.1:8080;
{% endif %}
}