From ebd12430eabc4d2db40d2ae4bb047dab3966f83a Mon Sep 17 00:00:00 2001 From: Dennis Schubert Date: Mon, 8 Jun 2015 04:26:13 +0200 Subject: [PATCH] Add note regarding production.server.listen changes [ci skip] --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changelog.md b/Changelog.md index 92d8b40a9..74cc6e19a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,12 @@ # 0.5.1.0 +## Configuration changes + +Please note that the default listen parameter for production setups got +changed. diaspora\* will no longer listen on `0.0.0.0:3000` as it will now +bind to an UNIX socket at `unix:tmp/diaspora.sock`. Please change your local +`diaspora.yml` if necessary. + ## Refactor * Use Bootstrap modal for new aspect pane [#5850](https://github.com/diaspora/diaspora/pull/5850) * Use asset helper instead of .css.erb [#5886](https://github.com/diaspora/diaspora/pull/5886)