matrix-docker-ansible-deploy/roles/matrix-nginx-proxy
Slavi Pantaleev 2e4fad6194 Use 127.0.0.1 instead of localhost for federation API when nginx disabled
`localhost` may resolve to `::1` on some IPv6-enabled systems, which will
not work, because we only potentially expose container ports on
`127.0.0.1` when nginx is disabled (`matrix_nginx_proxy_enabled: false`),
not on `::1`.

Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1914
2022-07-02 15:02:35 +03:00
..
defaults Use 127.0.0.1 instead of localhost for federation API when nginx disabled 2022-07-02 15:02:35 +03:00
tasks add missing retry to the apache docker image pull 2022-06-28 08:27:57 +00:00
templates
vars