Skip to content

Revert back to using localhost as default instead of 0.0.0.0

Toon Claes requested to merge tc-back-to-localhost into master

For some reason (I don't remember exactly) I changed the default to 0.0.0.0. It was raised in #677 (comment 250842015).

In some chat messages, security concerns were raised by @WarheadsSE. So with this MR, I'm rolling back that change.

I'm also including:

  • Get rid of support/object-store script. I had to change that any way, so why not do it correctly at once
  • Remove unused nginx/conf/nginx.conf.example file
  • Change the use of 127.0.0.1 in a few other places to ensure everything is connecting to the same host.

Closes #677 (closed).

Merge request reports