matrix-docker-ansible-deploy/roles/matrix-nginx-proxy/templates
Slavi Pantaleev 9a251e4e46 Remove some more references to localhost
Continuation of 1f0cc92b33.

As an explanation for the problem:
when saying `localhost` on the host, it sometimes gets resolved to `::1`
and sometimes to `127.0.0.1`. On the unfortunate occassions that
it gets resolved to `::1`, the container won't be able to serve the
request, because Docker containers don't have IPv6 enabled by default.

To avoid this problem, we simply prevent any lookups from happening
and explicitly use `127.0.0.1`.
2019-02-05 11:11:28 +02:00
..
nginx Use IPv4 localhost everywhere (or almost everywhere) 2019-02-04 09:49:45 -06:00
systemd Enable exposure of Prometheus metrics. 2019-02-01 20:02:11 +01:00
usr-local-bin Remove some more references to localhost 2019-02-05 11:11:28 +02:00