matrix-docker-ansible-deploy/roles/matrix-nginx-proxy
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
..
defaults Use IPv4 localhost everywhere (or almost everywhere) 2019-02-04 09:49:45 -06:00
tasks Fix ownership of generated self-signed certificates (root -> matrix) 2019-02-02 17:32:13 +02:00
templates Remove some more references to localhost 2019-02-05 11:11:28 +02:00
vars Make matrix-nginx-proxy role independent of others 2019-01-17 13:32:46 +02:00