ronivay / XenOrchestraInstallerUpdater

Xen Orchestra install/update script
GNU General Public License v3.0
1.16k stars 189 forks source link

fix: always use v4 localhost connection address for redis #136

Closed ronivay closed 1 year ago

ronivay commented 1 year ago

Xen Orchestra redis package nowadays prefers v6 localhost address ::1 when default localhost is defined in configuration. Default redis.conf from rpm package doesn't listen v6, but only v4 so xo-server fails to start.

This changes xo-server config to use 127.0.0.1 always. Fixes #135