Two things are needed to migrate:
- Remove admin-host argument
- Add a configuration file
Reference
https://secure.phabricator.com/T10794
Configuration
/opt/phabricator/conf/aphlict/aphlict.custom.json
{ "servers": [ { "type": "client", "port": 22280, "listen": "0.0.0.0", "ssl.key": null, "ssl.cert": null }, { "type": "admin", "port": 22281, "listen": "0.0.0.0", "ssl.key": null, "ssl.cert": null } ], "logs": [ { "path": "/var/log/aphlict.log" } ], "pidfile": "/var/run/aphlict.pid" }