Home
DevCentral
Search
Configure Global Search
Log In
Transactions
T829
Change Details
Change Details
Old
New
Diff
Two things are needed to migrate: - Remove admin-host argument - Add a configuration file **Reference** https://secure.phabricator.com/T10794 **Configuration** ```name=/opt/phabricator/conf/aphlict/aphlict.custom.json.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" } ```
Two things are needed to migrate: - Remove admin-host argument - Add a configuration file **Reference** https://secure.phabricator.com/T10794 **Configuration** ```name=/opt/phabricator/conf/aphlict/aphlict.custom.json,lang=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" } ```
Two things are needed to migrate: - Remove admin-host argument - Add a configuration file **Reference** https://secure.phabricator.com/T10794 **Configuration** ```name=/opt/phabricator/conf/aphlict/aphlict.custom.json
.
,lang=
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" } ```
Continue