Add note regarding production.server.listen changes
[ci skip]
This commit is contained in:
parent
d42b5c128e
commit
ebd12430ea
1 changed files with 7 additions and 0 deletions
|
|
@ -1,5 +1,12 @@
|
||||||
# 0.5.1.0
|
# 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
|
## Refactor
|
||||||
* Use Bootstrap modal for new aspect pane [#5850](https://github.com/diaspora/diaspora/pull/5850)
|
* 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)
|
* Use asset helper instead of .css.erb [#5886](https://github.com/diaspora/diaspora/pull/5886)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue