If you are running the Aphlict server behind a reverse proxy (such as nginx) then there's no need to bind to 0.0.0.0. Add a --client-host flag to aphlict_server.js to allow binding to a different hostname. Also changed the other flags for consistency and clarity.
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T6559: Change notification system implementation not to require Flash
- Commits
- Restricted Diffusion Commit
rP638cf20c9de4: Allow the Aphlict server to bind to localhost
Started, stopped and debug the Aphlict server.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/applications/aphlict/management/PhabricatorAphlictManagementRestartWorkflow.php | ||
---|---|---|
12–16 | Sure. This might be problematic if any of the workflows want to implement their own arguments, but we can deal with this later. |
Comment Actions
Yeah, we can always array_merge($this_args, $this->getCommonServerArgs()) or whatever.